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