TcxDataTreeListDataController Class
Manages interaction between the TcxVirtualTreeList control and the linked custom data source in provider mode.
Declaration
TcxDataTreeListDataController = class(
TcxTreeListDataController
)
Remarks
The TcxDataTreeListDataController inherits all its functionality from the TcxTreeListDataController and adds support for custom data sources. The custom data source is used when working in provider mode.
A TreeList control’s DataController property references a TcxDataTreeListDataController object.
Inheritance
TObject
TPersistent
TcxCustomDataController
TcxDataController
TcxControlDataController
TcxTreeListDataController
TcxDataTreeListDataController
See Also