Skip to main content

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)

bool IsCurrentAfterLast { get; }
View Source

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