ASPxClientTreeList.GoToPage(index) Method
Selects the specified page.
Declaration
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