Get or set the background color of the column header, e.g. "#FF0000", "blue".

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

Syntax

C#
public string BackgroundColor { get; set; }
Visual Basic
Public Property BackgroundColor As String
	Get
	Set
Visual C++
public:
property String^ BackgroundColor {
	String^ get ();
	void set (String^ value);
}

See Also