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