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 |
See Also