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

AppointmentDependencyDataStorage.Item[Int32] Property

Retrieves an appointment dependency from the AppointmentDependencyDataStorage.Items collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentDependency this[int index] { get; }

Parameters

Name Type Description
index Int32

An Int32 value that specifies the index of a returned AppointmentDependency inside the AppointmentDependencyDataStorage.Items collection.

Property Value

Type Description
AppointmentDependency

The AppointmentDependency retrieved from the AppointmentDependencyDataStorage.

See Also