Skip to main content

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
AppliedFilterExpression Gets the textual representation of the filter criteria applied to the GridView. Inherited from GridViewModel.
Columns Provides access to a collection that contains information (the current state) on column objects.
FilterExpression Gets or sets the filter criteria applied to the GridView. Inherited from GridViewModel.
GroupedColumns Provides access to a list of grouped columns. Inherited from GridViewModel.
GroupSummary Provides access to a collection that contains information on the current state of group summary objects. Inherited from GridViewModel.
IncrementalFilteringMode Gets or sets a value that specifies the filtering mode of the editor.
IsFilterApplied Gets or sets a values specifying whether the filter expression should be applied to the GridView. Inherited from GridViewModel.
KeyFieldName Gets or sets the name of the data source key field. Inherited from GridViewModel.
Pager Gets the grid pager’s main settings. Inherited from GridViewModel.
SearchPanel Gets settings specifying the search panel state. Inherited from GridViewModel.
SortedColumns Gets a collection of sorted columns. Inherited from GridViewModel.
TextFormatString Gets or sets the pattern used to format a selected item’s text for display in the editor’s edit box.
TotalSummary Provides access to a collection that contains information on the current state of total summary objects. Inherited from GridViewModel.
See Also