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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return CardViewModel objects:
Remarks
Refer to the Custom Data Binding topic to learn more.
Inheritance
Object
GridBaseViewModel
CardViewModel
See Also