DataGridCollectionViewCurrentPosition Property

Gets the ordinal position of the CurrentItem within the (optionally sorted and filtered) view.

Definition

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

Property Value

Int32

Implements

IDataGridCollectionViewCurrentPosition

See Also