CurrentPosition Property
Gets the ordinal position of the CurrentItem in the view.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
int CurrentPosition { get; }
ReadOnly Property CurrentPosition As Integer
Get
abstract CurrentPosition : int with get
Return Value
Int32
The ordinal position of the CurrentItem in the view.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace