property ExFileView.BackColorHeader as Color
Specifies the header's background color.

TypeDescription
Color A color expression that indicates the background color for the control's header. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
Use the BackColorHeader property to specify the background color for the control's header bar. Use the ForeColorHeader properties to specify the foreground color for the control's header bar. The HeaderVisible property shows or hides the control's header bar. Use the FilterBarBackColor property to specify the background color for the control's filter bar. Use the BackColor property to specify the control's background color. Use the SelForeColor and SelBackColor properties to specify the background and foreground colors for selected items. Use the Background(exCursorHoverColumn) property to specify the column's appearance when the cursor hovers it.