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

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

Syntax

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

See Also