GridViewModel Properties
A specific view model object that maintains the GridView’s state and provides the means to populate itself with data when the GridView is used in custom data binding mode.
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. |
Group |
Provides access to a collection that contains information on the current state of group summary objects. |
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. |
Pager | Gets the grid pager’s main settings. |
Search |
Gets settings specifying the search panel state. |
Sorted |
Gets a collection of sorted columns. |
Total |
Provides access to a collection that contains information on the current state of total summary objects. |
See Also