ASPxClientCardView.UnselectAllCardsOnPage Method
In This Article
Deselects all selected cards displayed on the current page.
#Declaration
TypeScript
UnselectAllCardsOnPage(): void
#Remarks
To select all unselected cards displayed on the current page, use the ASPxClientCardView.SelectAllCardsOnPage method.
See Also