Gets or sets the header background color.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public Color HeaderBackColor { get; set; }
Visual Basic
Public Property HeaderBackColor As Color
	Get
	Set
Visual C++
public:
property Color HeaderBackColor {
	Color get ();
	void set (Color value);
}

See Also