Whether the color bar on the left side of and event should be visible.

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

Syntax

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

See Also