Skip to main content

TcxDataControllerGroups.DataController Property

Identifies the data controller to which the current TcxDataControllerGroups object belongs.

Declaration

property DataController: TcxCustomDataController read;

Property Value

Type
TcxCustomDataController

Remarks

The DataController property defines an instance of the TcxCustomDataController class, which owns the current TcxDataControllerGroups object.

See Also