IDataGridCollectionViewCurrentItem Property

Gets the current item in the view.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
Object CurrentItem { get; }

Return Value

Object
The current item in the view or null if there is no current item.

See Also