Back to Devexpress

GridLookupViewModel Class

aspnetmvc-devexpress-dot-web-dot-mvc-43d959aa.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

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

GridLookupViewModel Members

DevExpress.Web.Mvc Namespace