IDataGridCollectionViewIsCurrentBeforeFirst Property
Gets a value that indicates whether the
CurrentItem of the view is beyond the start of the collection.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool IsCurrentBeforeFirst { get; }
ReadOnly Property IsCurrentBeforeFirst As Boolean
Get
abstract IsCurrentBeforeFirst : bool with get
Return Value
Booleantrue if the
CurrentItem of the view is beyond the start of the collection; otherwise, false.