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

ASPxClientCardView.UnselectCardsByKey(keys) Method

Deselects the specified cards displayed within the ASPxCardView.

Declaration

UnselectCardsByKey(
    keys: any[] | any
): void

Parameters

Name Type Description
keys any[] | any

An array of objects that uniquely identify the cards.

Remarks

To learn more, see Selection.

See Also