ASPxClientCardView.SelectCardsByKey(keys) Method
Selects or deselects the specified card displayed within the CardView.
Declaration
SelectCardsByKey(
keys: any[] | any,
selected?: boolean
): void
Parameters
| Name | Type | Description |
|---|---|---|
| keys | any | |
| selected | boolean |
|
Remarks
To learn more, see Selection.
See Also