GridLookupViewModel Properties
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.
Name | Description |
---|---|
Applied |
Gets the textual representation of the filter criteria applied to the Grid |
Columns | Provides access to a collection that contains information (the current state) on column objects. |
Filter |
Gets or sets the filter criteria applied to the Grid |
Grouped |
Provides access to a list of grouped columns.
Inherited from Grid |
Group |
Provides access to a collection that contains information on the current state of group summary objects.
Inherited from Grid |
Incremental |
Gets or sets a value that specifies the filtering mode of the editor. |
Is |
Gets or sets a values specifying whether the filter expression should be applied to the Grid |
Key |
Gets or sets the name of the data source key field.
Inherited from Grid |
Pager |
Gets the grid pager’s main settings.
Inherited from Grid |
Search |
Gets settings specifying the search panel state.
Inherited from Grid |
Sorted |
Gets a collection of sorted columns.
Inherited from Grid |
Text |
Gets or sets the pattern used to format a selected item’s text for display in the editor’s edit box. |
Total |
Provides access to a collection that contains information on the current state of total summary objects.
Inherited from Grid |
See Also