DataGridCollectionViewMoveToPage Method

Requests a page move to page pageIndex.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveToPage(
	int pageIndex
)

Parameters

pageIndex  Int32
Index of the target page

Return Value

Boolean
Whether or not the move was successfully initiated.

See Also