TcxTreeListOptionsView.Headers Property
Specifies the visibility of column headers within the TreeList control.
Declaration
property Headers: Boolean read; write; default True;
Property Value
| Type | Default |
|---|---|
| Boolean | True |
Remarks
Set this property to False, to hide column headers.
The following table shows examples of using the Headers property.
| Value | Example |
|---|---|
| True | ![]() |
| False | ![]() |
A value set to this property replaces the tree list’s OptionsBehavior.CopyCaptionsToClipboard property value.
The default value of the Headers property is True.
See Also

