Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListOptionsView.Headers Property

Specifies the visibility of column headers within the TreeList control.

#Declaration

Delphi
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