aspnet-114369-components-card-view-member-tables-member-table-selections.md
| 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. |
| 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 | Selects the specified card(s) displayed within ASPxCardView. To select all cards within ASPxCardView, call this method without a parameter. |
| ASPxClientCardView.UnselectCardOnPage | Deselects the selected card displayed on the current page. |
| ASPxClientCardView.UnselectAllCardsOnPage | Deselects all selected cards displayed on the current page. |
| ASPxClientCardView.UnselectCards | Deselects the specified card(s) displayed within ASPxCardView. To deselect all cards within ASPxCardView, call this method without a parameter. |