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

AppointmentDependencyDataStorage.AddRange(AppointmentDependency[]) Method

Adds an array of the appointment dependencies to this AppointmentDependencyDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public void AddRange(
    AppointmentDependency[] dependencies
)

Parameters

Name Type Description
dependencies AppointmentDependency[]

An array of dependencies to be added.

See Also