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

IAppointmentDependencyStorage.Items Property

Gets the collection of appointment dependencies within the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

[DXBrowsable(false)]
[Browsable(false)]
AppointmentDependencyCollection Items { get; }

Property Value

Type Description
AppointmentDependencyCollection

A AppointmentDependencyCollection object that contains a collection of dependencies.

Remarks

Use this property to access the collection of appointment dependencies within the storage. You can add, remove and access individual items using the properties and methods of the returned AppointmentDependencyCollection object.

Items contained within the collection can be accessed with the Item property using index notation.

See Also