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

AppointmentDependencyCollection Class

A collection of appointment dependencies.

Namespace: DevExpress.XtraScheduler

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

Declaration

public class AppointmentDependencyCollection :
    AppointmentDependencyBaseCollection

The following members return AppointmentDependencyCollection objects:

Library Related API Members
Cross-Platform Class Library IAppointmentDependencyStorage.Items
WinForms Controls AppointmentDependencyDataStorage.Items
DependencyViewInfo.Dependencies

Remarks

The AppointmentDependencyCollection class is a collection of AppointmentDependency objects. Properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation via the Item property.

Appointment dependencies are stored within a storage which can be accessed via the SchedulerStorage.AppointmentDependencies property. The AppointmentDependencyCollection object can be accessed using the SchedulerStorage.AppointmentDependencies.AppointmentDependencies.Items notation.

See Also