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

TypeDescription
Boolean A boolean expression that indicates whether the columns header bar is visible or hidden.
Use the HeaderVisible property to hide the columns header bar. Use the HeaderHeight property to specify the height of the control's header bar. Use the BackColorHeader property to specify the header's background color. The Background(exCursorHoverColumn) property specifies the visual appearance of the column's header when the cursor hovers it. Use the DefaultColumnWidth property to specify the default for the width of the columns.