DataGridCollectionViewMoveToLastPage Method
Moves to the last page.
The move is only attempted when TotalItemCount is known.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveToLastPage()
Public Function MoveToLastPage As Boolean
member MoveToLastPage : unit -> bool
Return Value
BooleanWhether or not the move was successful.