Skip to main content
A newer version of this page is available. .

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.Mvc.v18.1.dll

Declaration

public class GridLookupViewModel :
    GridViewModel

The following members accept/return GridLookupViewModel objects:

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GridLookupViewModel class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also