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

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

Syntax

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

Remarks

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

See Also