Back to Devexpress

GridViewModel Class

aspnetmvc-devexpress-dot-web-dot-mvc-6864c13f.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

The following members return GridViewModel objects:

Remarks

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

Inheritance

Object GridBaseViewModel GridViewModel GridLookupViewModel

See Also

GridViewModel Members

Grid View

DevExpress.Web.Mvc Namespace