ASPxClientCardView.UnselectCards Method
In This Article
Deselects the specified cards (if selected) within the ASPxCardView.
#Declaration
TypeScript
UnselectCards(
visibleIndices?: number[] | number
): void
#Parameters
Name | Type |
---|---|
visible |
number | number[] |
#Remarks
To learn more, see Selection.
See Also