Skip to main content

CardViewSelection Class

Represents selection within the CardView.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CardViewSelection :
    WebDataSelection

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

See Also