Back to Devexpress

CardViewModel Class

aspnetmvc-devexpress-dot-web-dot-mvc-94d22335.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CardViewModel :
    GridBaseViewModel
vb
Public Class CardViewModel
    Inherits GridBaseViewModel

The following members return CardViewModel objects:

Remarks

Refer to the Custom Data Binding topic to learn more.

Inheritance

Object GridBaseViewModel CardViewModel

See Also

CardViewModel Members

Grid View

DevExpress.Web.Mvc Namespace