property FaceTree.HeaderVisible as Boolean
Retrieves or sets a value that indicates whether the tree's header is visible or hidden.

TypeDescription
Boolean A Boolean expression that specifies whether the control's header is visible or hidden.
By default, the HeaderVisible property is True. The HeaderVisible property specifies whether the control shows it's header bar. The Caption property specifies the HTML caption to be shown on the control's header bar. The HeaderHeight property retrieves or sets a value indicating the control's header height. The BackColorHeader property specifies the visual appearance of the control's header bar. The ForeColorHeader property specifies the foreground color of the control's header bar.