Skip to main content

TcxTreeListBands.TreeList Property

Provides access to the TreeList control to which the current band collection belongs.

Declaration

property TreeList: TcxCustomTreeList read;

Property Value

Type
TcxCustomTreeList

Remarks

To access the control-specific members, cast this property value to the respective class.

See Also