Skip to main content

GridLookupViewModel Class

A specific view model object that maintains the state of the GridLookup’s built-in grid and provides the means to populate itself with data when the GridLookup is used in custom data binding mode and its multi-selection mode is enabled.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class GridLookupViewModel :
    GridViewModel

The following members return GridLookupViewModel objects:

Remarks

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

Inheritance

See Also