IAppointmentStorageBase.Remove(Appointment) Method
Removes the specified Appointment object from the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
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 IAppointmentStorageBase object.
See Also