CurrentItem Property
Gets the current item in the view.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
Object CurrentItem { get; }
ReadOnly Property CurrentItem As Object
Get
abstract CurrentItem : Object with get
Return Value
Object
The current item in the view or null if there is no current item.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace