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

Namespace: DayPilot.Web.Mvc.Events.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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