ASPxClientVerticalGrid.GotoPage(pageIndex) Method
In This Article
Selects the specified page.
#Declaration
TypeScript
GotoPage(
pageIndex: number
): void
#Parameters
Name | Type | Description |
---|---|---|
page |
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