TcxGridItemDataBinding Properties
Represents an object linking a grid View item with a dataset field.| Name | Description |
|---|---|
| Data | Allows you to store additional data within the data binding. |
| DataController | Provides access to the data controller that manages data that the grid View item displays. |
| Expression | Specifies a calculated field expression for the grid View item. |
| Filter | Provides access to the filter specified by the View’s data controller. |
| FilterCriteriaItem | Refers to the first filter condition of the corresponding grid View item. |
| Filtered | Specifies whether filter criteria affect the grid View item. |
| FilterFieldName | |
| FilterMRUValueItems | |
| GridView | |
| Item | Provides access to the grid View item to which the data binding belongs. |
| ValueType | Specifies the string representation of the value type class. |
| ValueTypeClass | Determines the data type which the data binding provides. |
See Also