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

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

Syntax

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

See Also