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

AppointmentDependencyDataStorage.Items Property

Provides access to the AppointmentDependency collection owned by this AppointmentDependencyDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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