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