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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return GridLookupViewModel objects:
Remarks
Refer to the Custom Data Binding - Overview topic to learn more.
Inheritance
Object
GridBaseViewModel
GridViewModel
GridLookupViewModel
See Also