MoveToLastPage 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)
- C#
- VB
- F#
public bool MoveToLastPage()
Public Function MoveToLastPage As Boolean
member MoveToLastPage : unit -> bool
Return Value
Boolean
Whether or not the move was successful.