ASPxClientCardView.UnselectCardOnPage(visibleIndex) Method
In This Article
Deselects the specified cards (if selected) displayed on the current page.
#Declaration
TypeScript
UnselectCardOnPage(
visibleIndex: number
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The card’s visible index. |
See Also