Skip to main content

SchedulerSettings.AllowAppointmentDelete Property

Enables you to perform custom actions when an end-user attempts to delete an appointment.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public AppointmentOperationEventHandler AllowAppointmentDelete { get; set; }

Property Value

Type Description
AppointmentOperationEventHandler

A AppointmentOperationEventHandler delegate method allowing you to implement custom processing.

Remarks

The AllowAppointmentDelete event fires only if the SchedulerSettings.OptionsCustomization.AllowAppointmentDelete property is set to UsedAppointmentType.Custom.

Refer to the SchedulerControl.AllowAppointmentDelete topic, to learn more.

See Also