IsCurrentBeforeFirst Property
Gets a value that indicates whether the CurrentItem of the view is beyond the start of the collection.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
bool IsCurrentBeforeFirst { get; }
ReadOnly Property IsCurrentBeforeFirst As Boolean
Get
abstract IsCurrentBeforeFirst : bool with get
Return Value
Boolean
true if the CurrentItem of the view is beyond the start of the collection; otherwise, false.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace