DataGridCollectionViewMoveToLastPage Method

Moves to the last page. The move is only attempted when TotalItemCount is known.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveToLastPage()

Return Value

Boolean
Whether or not the move was successful.

See Also