property ExFileView.HeaderVisible as Boolean

Retrieves or sets a value that indicates whether the control's header bar is visible or hidden.

TypeDescription
Boolean A boolean expression that indicates whether the control's header bar is visible or hidden.

Use the HeaderVisible property to hide the control's header bar. Use the HeaderHeight property to change the height of the control's header bar. Use the ColumnVisible property to hide or show a column. Use the ColumnCaption property to specify the column's caption. Use the ColumnWidth property to change the column's width. Use the BackColorHeader property to specify the background color for the control's header bar. Use the ForeColorHeader property to specify the foreground color for the control's header bar. Use the FilterBarHeight property to specify the height of the control's filter bar. Use the BackColor property to specify the control's background color.