TcxCustomDataTreeList.DataController Property
Provides access to the data controller that obtains records from a TreeList data source.
Declaration
property DataController: TcxDataTreeListDataController read;
Property Value
Type |
---|
TcxDataTreeListDataController |
Remarks
Supported data sources include:
The virtual TreeList control’s custom data source;
The data-aware TreeList control’s data source.
See Also