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

ASPxClientCardView.SelectCardOnPage(visibleIndex) Method

Selects or deselects the specified card displayed on the current page.

Declaration

SelectCardOnPage(
    visibleIndex: number,
    selected?: boolean
): void

Parameters

Name Type Description
visibleIndex number

A zero-based integer value that specifies the card’s visible index.

selected boolean

true to select the specified card; false to deselect the card.

Remarks

To select all the cards displayed on the current page, use the ASPxClientCardView.SelectAllCardsOnPage method.

See Also