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

AppointmentDependencyDataStorage.Add(AppointmentDependency) Method

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

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