Skip to main content
A newer version of this page is available. .

AppointmentModificationControllerBase.DeleteAppointment() Method

Deletes the edited appointment.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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