Skip to main content

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:

TcxTreeList
A control that displays data in a tree-like manner.
TcxDBTreeList
A data-aware Tree List control.
TcxVirtualTreeList
A TreeList control used in provider mode.

Tip

You can call the TreeList.ClassType function or use other RTTI functionality to identify the actual Tree List control type.

See Also