ASPxClientCardView.SelectCardOnPage(visibleIndex) Method
In This Article
Selects or deselects the specified card displayed on the current page.
#Declaration
TypeScript
SelectCardOnPage(
visibleIndex: number,
selected?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
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