Skip to main content

GridViewModel Class

A specific view model object that maintains the GridView’s state and provides the means to populate itself with data when the GridView 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 GridViewModel :
    GridBaseViewModel

The following members return GridViewModel objects:

Remarks

Refer to the Custom Data Binding - Overview topic to learn more.

See Also