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