ASPxClientTreeList.GoToPage(index) Method
In This Article
Selects the specified page.
#Declaration
TypeScript
GoToPage(
index: number
): void
#Parameters
Name | Type | Description |
---|---|---|
index | number | The active page’s index. |
#Remarks
Use the GoToPage method to switch between pages in code. End-users can do this via the Pager.
See Also