Set to false to disable right mouse click 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 RightClickEnabled { get; set; }
Visual Basic
Public Property RightClickEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool RightClickEnabled {
	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