Skip to main content

AppointmentDependencyDataStorage.Remove(AppointmentDependency) Method

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void Remove(
    AppointmentDependency dependency
)

Parameters

Name Type Description
dependency AppointmentDependency

The AppointmentDependency to be removed.

See Also