TcxTreeListColumn.TreeList Property
Provides access to the Tree List control to which the column belongs.
Declaration
property TreeList: TcxCustomTreeList read;
Property Value
Type |
Description |
TcxCustomTreeList |
The parent Tree List control.
Cast the TreeList property value to one of the following classes depending on the actual Tree List control type to access all public API members:
- TcxDBTreeList
- A data-aware Tree List control.
- TcxTreeList
- A control that displays data in a tree-like manner.
- TcxVirtualTreeList
- A TreeList control used in provider mode.
Tip Call the TreeList .ClassType function to identify the actual Tree List control type.
|
See Also