Set to false to disable double clicking on this calendar event on the client-side.

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

Syntax

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

Remarks

The double clicking will be enabled only if these two conditions are met: DayPilotCalendar.EventDoubleClickHandling is not set to Disabled and EventDoubleClickEnabled is set to true.

See Also