TcxTreeListNode.TreeList Property
Provides access to the parent Tree List control.
Declaration
property TreeList: TcxCustomTreeList read;
Property Value
| Type | Description |
|---|---|
| TcxCustomTreeList | The node’s parent Tree List control. Cast the property value to the corresponding terminal TcxCustomTreeList class descendant to access all public API members:
Tip You can call the |
See Also