property Calendar.HeaderBackColor as Color
Retrieves or sets a value that indicates the background color used for weeks and week days headers.

TypeDescription
Color A color expression a value that indicates the background color used for weeks and week days headers. 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 HeaderForeColor property to change the foreground color for weeks and week days headers. Use the ShowWeeks to hide the weeks header. Use the ShowDays to hide the week days header. Use the Background property to change the visual appearance for parts in the control.