CardViewSelection Class
In This Article
Represents selection within the CardView.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CardViewSelection :
WebDataSelection
#Related API Members
The following members return CardViewSelection objects:
#Remarks
The CardViewSelection object is returned by the ASPxCardView.Selection property. It provides multiple methods that enable you to select or deselect individual data cards displayed within the ASPxCardView.
#Inheritance
Object
WebDataSelectionBase
WebDataSelection
CardViewSelection
See Also