TcxDataFilterCriteriaItem.DataController Property
Specifies the TcxCustomDataController class for which the current filter condition is applied.
Declaration
property DataController: TcxCustomDataController read;
Property Value
| Type |
|---|
| TcxCustomDataController |
Remarks
Use the DataController property to retrieve the data controller object for which the current filter condition is applied.
See Also