TcxDataTreeListDataController.TreeList Property
Provides access to the owner TreeList control.
Declaration
property TreeList: TcxCustomDataTreeList read;
Property Value
| Type |
|---|
| TcxCustomDataTreeList |
Remarks
This property enables you to access the properties and methods of the TreeList control to which the data controller belongs.
See Also