AppointmentModificationControllerBase.DeleteAppointment() Method
Deletes the edited appointment.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
If the appointment currently being edited isn’t the newly created appointment (this option is specified via the AppointmentModificationControllerBase.IsNewAppointment property), then its IPersistentObject.Delete method will be called.
Note
An appointment can be deleted only if the AppointmentModificationControllerBase.CanDeleteAppointment property is true.
See Also