Set to false to disable duration bar on this calendar event.

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

Syntax

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

Remarks

The duration bar will be enabled only if these two conditions are met: 1) The control's DurationBarVisible is true and event's DurationBarVisible is true.

See Also