Skip to main content
A newer version of this page is available. .

TcxDataFilterValueList.DataController Property

Specifies the object of the TcxCustomDataController class for which the current list is generated.

Declaration

property DataController: TcxCustomDataController read;

Property Value

Type
TcxCustomDataController

Remarks

The DataController property specifies the data controller for which the list of values for filter conditions is generated. Values are obtained from the data controller via the Load method.

See Also