Skip to main content

CardViewModel Class

A specific view model object that maintains the CardView’s state and provides the means to populate itself with data when the CardView is used in custom data binding mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class CardViewModel :
    GridBaseViewModel

The following members return CardViewModel objects:

Remarks

Refer to the Custom Data Binding topic to learn more.

Inheritance

See Also