Back to Devexpress

Member Table: Selections

aspnet-114369-components-card-view-member-tables-member-table-selections.md

latest2.1 KB
Original Source

Member Table: Selections

  • Dec 17, 2020

Server

MemberDescription
ASPxCardView.SelectionGets the ASPxCardView selection.
ASPxGridBase.GetSelectedFieldValuesReturns the card values displayed within the selected cards.
ASPxGridBase.SelectionChangedFires after the selection has been changed.

Client

MemberDescription
ASPxClientCardView.GetSelectedFieldValuesReturns the card values displayed within the selected cards.
ASPxClientCardView.GetSelectedCardCountReturns the number of selected cards.
ASPxClientCardView.SelectCardOnPageSelects or deselects the specified card displayed on the active page.
ASPxClientCardView.SelectAllCardsOnPageSelects or deselects all cards displayed on the active page.
ASPxClientCardView.SelectionChangedFires after the selection has been changed.
ASPxClientCardView.SelectCardsSelects the specified card(s) displayed within ASPxCardView. To select all cards within ASPxCardView, call this method without a parameter.
ASPxClientCardView.UnselectCardOnPageDeselects the selected card displayed on the current page.
ASPxClientCardView.UnselectAllCardsOnPageDeselects all selected cards displayed on the current page.
ASPxClientCardView.UnselectCardsDeselects the specified card(s) displayed within ASPxCardView. To deselect all cards within ASPxCardView, call this method without a parameter.