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

ASPxClientCardView.UnselectFilteredCards Method

Deselects all grid cards that match the filter criteria currently applied to the CardView.

Declaration

UnselectFilteredCards(): void

Remarks

When filtering is applied to the ASPxCardView, only data cards that meet the specified criteria are displayed. Use the UnselectFilteredCards method to unselect all these cards.

See Also