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

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

Syntax

C#
public bool EventDoubleClickEnabled { get; set; }
Visual Basic
Public Property EventDoubleClickEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool EventDoubleClickEnabled {
	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