Skip to main content

AppointmentDependencyDataStorage.Items Property

Provides access to the AppointmentDependency collection owned by this AppointmentDependencyDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Description
AppointmentDependencyCollection

An AppointmentDependencyCollection object that stores AppointmentDependency objects, owned by this AppointmentDependencyDataStorage.

See Also