AppointmentDependencyDataStorage.Remove(AppointmentDependency) Method
Removes the specific AppointmentDependency from this AppointmentDependencyDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
dependency | AppointmentDependency | The AppointmentDependency to be removed. |
See Also