CurrentPosition 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)
- C#
- VB
- F#
public int CurrentPosition { get; }
Public ReadOnly Property CurrentPosition As Integer
Get
abstract CurrentPosition : int with get
override CurrentPosition : int with get