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

CardViewSelection Members

Represents selection within the CardView.

Constructors

Name Description
CardViewSelection(WebDataProxy) Initializes a new instance of the CardViewSelection class.

Properties

Name Description
Count Gets the number of selected grid rows. Inherited from WebDataSelection.
FilteredCount Gets the number of selected grid rows that meet the filter conditions. Inherited from WebDataSelection.

Methods

Name Description
BeginSelection() Prevents raising the ASPxGridBase.SelectionChanged event for each programmatic selection modification (until the WebDataSelection.EndSelection or the WebDataSelection.CancelSelection method is called). Inherited from WebDataSelection.
CancelSelection() Unlocks the ASPxGridBase.SelectionChanged event, raising functionality after a call to the WebDataSelection.BeginSelection method, but prevents a single SelectionChanged event to be generated as a result of the performed batch selection modifications. Inherited from WebDataSelection.
EndSelection() Unlocks the ASPxGridBase.SelectionChanged event raising functionality after a call to the WebDataSelection.BeginSelection method, and causes a single SelectionChanged event to be generated as a result for the performed batch selection modifications. Inherited from WebDataSelection.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsCardSelected(Int32) Indicates whether the specified card is selected.
IsCardSelectedByKey(Object) Indicates whether the specified card is selected.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectAll() Selects all data rows within the grid. Inherited from WebDataSelection.
SelectCard(Int32) Selects the specified card within the ASPxCardView.
SelectCardByKey(Object) Selects the specified card within the ASPxCardView.
SetSelection(Int32, Boolean) Selects or unselects the specified row. Inherited from WebDataSelection.
SetSelectionByKey(Object, Boolean) Selects or unselects the specified row within the ASPxGridView. Inherited from WebDataSelection.
ToString() Returns a string that represents the current object. Inherited from Object.
UnselectAll() Clears selection in the ASPxGridView. Inherited from WebDataSelection.
UnselectAllFiltered() Unselects all rows which match a filter criteria currently applied within the ASPxGridView. Inherited from WebDataSelection.
UnselectCard(Int32) Unselects the specified card within the ASPxCardView.
UnselectCardByKey(Object) Unselects the specified card within the ASPxCardView.
See Also