Color of the vertical bar on the left side of an event.

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

Syntax

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

See Also