Set to false to disable right mouse click on this calendar event on the client-side.

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

Syntax

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

Remarks

The right mouse click will be enabled only if these two conditions are met: DayPilotCalendar.EventRightClickHandling is not set to Disabled and EventRightClickEnabled is set to true.

See Also