ASPxClientVerticalGrid.GotoPage(pageIndex) Method
Selects the specified page.
Declaration
GotoPage(
pageIndex: number
): void
Parameters
Name | Type | Description |
---|---|---|
pageIndex | number | The active page’s index. |
Remarks
Use the GotoPage method to switch between pages in code. End-users can do this using the pager.
See Also