AppointmentDataStorage.Remove(Appointment) Method
Removes the specified Appointment object from the collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object that is the appointment to remove. |
Remarks
This method removes the specified Appointment object from the appointment collection maintained by the current AppointmentDataStorage object. This collection can be accessed using the storage’s AppointmentDataStorage.Items property.
See Also