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