AppointmentDependencyDataStorage.Item[Int32] Property
Retrieves an appointment dependency from the AppointmentDependencyDataStorage.Items collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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