SchedulerSettings.AllowAppointmentEdit Property
In This Article
Enables you to perform custom actions when an end-user attempts to edit an appointment.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public AppointmentOperationEventHandler AllowAppointmentEdit { get; set; }
#Property Value
Type | Description |
---|---|
Appointment |
A Appointment |
#Remarks
The AllowAppointmentEdit event fires only if the SchedulerSettings.OptionsCustomization.AllowAppointmentEdit property is set to UsedAppointmentType.Custom.
Refer to the SchedulerControl.AllowAppointmentEdit topic, to learn more.
See Also