Color of the event duration bar background.

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

Syntax

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

See Also