DataGridCollectionView.

MoveToPage(int) Method

Summary

Requests a page move to page pageIndex.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public bool MoveToPage(int pageIndex)

Parameters

Name Type Description
pageIndex int Index of the target page

Return Value

Type Description
bool Whether or not the move was successfully initiated.