Skip to main content
A newer version of this page is available. .

ASPxClientCardView.GotoPage(pageIndex) Method

Selects the specified page.

Declaration

GotoPage(
    pageIndex: number
): void

Parameters

Name Type Description
pageIndex number

An integer value that specifies 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