Set to false to disable deleting this calendar event using the X button in the upper right corner.

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

Syntax

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

Remarks

The deleting will be enabled (and X button visible) only if these two conditions are met: DayPilotCalendar.EventDeleteHandling is not set to Disabled and EventDeleteEnabled is set to true.

See Also