TcxTreeListOptionsView.Bands Property
Specifies if band headers are visible within the TreeList control.
Declaration
property Bands: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True or False to show or hide band headers:
Value | Example |
---|---|
True | |
False |
Note
The Customization Form does not display the Bands tab if the Bands property is set to False.
The default value of the Bands property is False.
See Also