DataGridCollectionViewMoveToPage Method
Requests a page move to page pageIndex.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveToPage(
int pageIndex
)
Public Function MoveToPage (
pageIndex As Integer
) As Boolean
member MoveToPage :
pageIndex : int -> bool
- pageIndex Int32
- Index of the target page
BooleanWhether or not the move was successfully initiated.