IDataGridCollectionViewIsCurrentAfterLast 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) Version: 11.3.999
bool IsCurrentAfterLast { get; }

Return Value

Boolean
true if the CurrentItem of the view is beyond the end of the collection; otherwise, false.

See Also