Skip to main content

ASPxClientCardView.SelectCards Method

Selects or deselects the specified cards within the CardView.

#Declaration

TypeScript
SelectCards(
    visibleIndices?: number[] | number,
    selected?: boolean
): void

#Parameters

Name Type Description
visibleIndices number | number[]

An array of zero-based indices that identify data cards within the grid.

selected boolean

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

#Remarks

To learn more, see Selection.

See Also