MoveToNextPage Method
Moves to the page after the current page we are on.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool MoveToNextPage()
Public Function MoveToNextPage As Boolean
member MoveToNextPage : unit -> bool
Return Value
Boolean
Whether or not the move was successful.