Back to Devexpress

TcxDataTreeListDataController Class

vcl-cxtldata-b231755e.md

latest1.4 KB
Original Source

TcxDataTreeListDataController Class

Manages interaction between the TcxVirtualTreeList control and the linked custom data source in provider mode.

Declaration

delphi
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

TcxDataTreeListDataController Members

cxTLData Unit