ASPxClientCardView.UnselectFilteredCards Method
In This Article
Deselects all grid cards that match the filter criteria currently applied to the CardView.
#Declaration
TypeScript
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