Skip to main content

AppointmentDependencyDataStorage.Add(AppointmentDependency) Method

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public int Add(
    AppointmentDependency dependency
)

Parameters

Name Type Description
dependency AppointmentDependency

The AppointmentDependency to add.

Returns

Type Description
Int32

An Int32 value that is the index of the inserted appointment dependency in the AppointmentDependencyDataStorage.

See Also