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

CardViewSelection Class

Represents selection within the CardView.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v18.2.dll

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