Skip to main content

AppointmentModificationControllerBase.DeleteAppointment() Method

Deletes the edited appointment.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public abstract void DeleteAppointment()

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