Background color of the cell, e.g. "#FF0000", "blue".

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

Syntax

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

See Also