Summary
Requests a page move to page pageIndex.
- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Collection View
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. |