IAppointmentDependencyStorage.Remove(AppointmentDependency) Method
In This Article
Removes an appointment dependency from the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
void Remove(
AppointmentDependency dependency
)
#Parameters
Name | Type | Description |
---|---|---|
dependency | Appointment |
An Appointment |
#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