Skip to main content
A newer version of this page is available. .

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[] | any
selected boolean

true to select the specified card; false to deselect the card.

Remarks

To learn more, see Selection.

See Also