Appointment.Delete() Method
In This Article
Deletes the Appointment object from the appointment collection to which it belongs.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Remarks
The Delete method performs different actions on the appointment according to its Appointment.Type. The table below lists possible appointment types and the actions which this method performs.
Appointment Type | Action |
---|---|
Normal | The appointment is removed from the Appointment |
Pattern | The pattern appointment is removed from the Appointment |
Occurrence | The Appointment. |
Changed |
The Appointment. |
Deleted |
This appointment is removed from the recurrence pattern's collection of exceptions (returned via the Appointment. |
See Also