IDataGridCollectionViewCurrentItem Property
Gets the current item in the view.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
Object CurrentItem { get; }
ReadOnly Property CurrentItem As Object
Get
abstract CurrentItem : Object with get
Return Value
ObjectThe current item in the view or null if there is no current item.