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 | The card’s visible index. |
| selected | boolean |
|
Remarks
To select all the cards displayed on the current page, use the ASPxClientCardView.SelectAllCardsOnPage method.
See Also