AppointmentDependencyCollection Class
A collection of appointment dependencies.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Related API Members
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.