Back to Devexpress

TcxTreeListOptionsView.Headers Property

vcl-cxtl-dot-tcxtreelistoptionsview.md

latest1.3 KB
Original Source

TcxTreeListOptionsView.Headers Property

Specifies the visibility of column headers within the TreeList control.

Declaration

delphi
property Headers: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Set this property to False , to hide column headers.

The following table shows examples of using the Headers property.

ValueExample
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

TcxTreeListOptionsBehavior.Sorting

TcxTreeListOptionsView.ExtPaintStyle

TcxTreeListOptionsView Class

TcxTreeListOptionsView Members

cxTL Unit