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

Member Table: Selections

Server

Member Description
ASPxCardView.Selection Gets the ASPxCardView selection.
ASPxGridBase.GetSelectedFieldValues Returns the card values displayed within the selected cards.
ASPxGridBase.SelectionChanged Fires after the selection has been changed.

Client

Member Description
ASPxClientCardView.GetSelectedFieldValues Returns the card values displayed within the selected cards.
ASPxClientCardView.GetSelectedCardCount Returns the number of selected cards.
ASPxClientCardView.SelectCardOnPage Selects or deselects the specified card displayed on the active page.
ASPxClientCardView.SelectAllCardsOnPage Selects or deselects all cards displayed on the active page.
ASPxClientCardView.SelectionChanged Fires after the selection has been changed.
ASPxClientCardView.SelectCards Allows you to select the specified card(s) displayed within ASPxCardView. To select all cards within the ASPxCardView, call this method without a parameter.
ASPxClientCardView.UnselectCardOnPage Deselects the specified card (if selected) displayed on the current page.
ASPxClientCardView.UnselectAllCardsOnPage Deselects all selected cards displayed on the current page.
ASPxClientCardView.UnselectCards Allows you to deselect the specified card(s) displayed within ASPxCardView. To deselect all cards within the ASPxCardView, call this method without a parameter.