MoveToPage Method
Requests a page move to page pageIndex.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool MoveToPage(
int pageIndex
)
Public Function MoveToPage (
pageIndex As Integer
) As Boolean
member MoveToPage :
pageIndex : int -> bool
Parameters
- Int32
- Index of the target page
Return Value
Boolean
Whether or not the move was successfully initiated.