TcxTreeListBand.TreeList Property
Provides access to the TreeList control to which the band belongs.
Declaration
property TreeList: TcxCustomTreeList read;
Property Value
| Type |
|---|
| TcxCustomTreeList |
Remarks
To access the control-specific members, cast this property value to the respective TreeList class.
See Also