IDataGridCollectionViewCurrentPosition Property

Gets the ordinal position of the CurrentItem in the view.

Definition

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

Return Value

Int32
The ordinal position of the CurrentItem in the view.

See Also