corelibraries-devexpress-dot-xtrascheduler-c6d6b4d9.md
A collection of appointment dependencies.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentDependencyCollection :
AppointmentDependencyBaseCollection
Public Class AppointmentDependencyCollection
Inherits AppointmentDependencyBaseCollection
The following members return AppointmentDependencyCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | IAppointmentDependencyStorage.Items |
| WinForms Controls | AppointmentDependencyDataStorage.Items |
| DependencyViewInfo.Dependencies |
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.
Object DXCollectionBase<AppointmentDependency> DXCollection<AppointmentDependency> NotificationCollection<AppointmentDependency> DevExpress.XtraScheduler.SchedulerCollectionBase<AppointmentDependency> AppointmentDependencyBaseCollection AppointmentDependencyCollection
See Also