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

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

Syntax

C#
public bool EventClickEnabled { get; set; }
Visual Basic (Declaration)
Public Property EventClickEnabled As Boolean
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