Skip to main content

VerticalGridModel Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public class VerticalGridModel :
    GridBaseViewModel

The following members return VerticalGridModel objects:

#Remarks

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

#Inheritance

Object
GridBaseViewModel
VerticalGridModel
See Also