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