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

ASPxClientCardViewSelectionEventArgs Properties

Provides data for the ASPxClientCardView.SelectionChanged event.
Name Description
isAllRecordsOnPage Gets whether all cards displayed within a page have been selected or unselected.
isChangedOnServer Gets whether a selection has been changed on the server.
isSelected Gets whether the card has been selected.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
visibleIndex Gets the visible index of the card whose selected state has been changed.
See Also