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

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

Syntax

C#
public bool EventDeleteEnabled { get; set; }
Visual Basic
Public Property EventDeleteEnabled As Boolean
	Get
	Set
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