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

Namespace:  DayPilot.Web.Ui.Events
Assembly:  DayPilot (in DayPilot.dll) Version: 6.0.2078.0 (6.0.2078.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