Determines the background color of all-day events.

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

Syntax

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

See Also