Skip to main content
A newer version of this page is available. .

AppointmentDependencyDataStorage.Remove(AppointmentDependency) Method

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public void Remove(
    AppointmentDependency dependency
)

Parameters

Name Type Description
dependency AppointmentDependency

The AppointmentDependency to be removed.

See Also