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