ASPxClientCardView.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 via the Pager.
See Also