Skip to main content

TcxTreeListSummary.TreeList Property

Provides access to the parent tree list control.

Declaration

property TreeList: TcxCustomTreeList read;

Property Value

Type Description
TcxCustomTreeList

The 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 TreeList.ClassType function to identify the actual tree list control class.

See Also