Skip to main content

AppointmentDependencyDataStorage.Item[Int32] Property

Retrieves an appointment dependency from the AppointmentDependencyDataStorage.Items collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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