Back to Devexpress

AppointmentDependencyCollection Class

corelibraries-devexpress-dot-xtrascheduler-c6d6b4d9.md

latest3.1 KB
Original Source

AppointmentDependencyCollection Class

A collection of appointment dependencies.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentDependencyCollection :
    AppointmentDependencyBaseCollection
vb
Public Class AppointmentDependencyCollection
    Inherits AppointmentDependencyBaseCollection

The following members return AppointmentDependencyCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryIAppointmentDependencyStorage.Items
WinForms ControlsAppointmentDependencyDataStorage.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.

Inheritance

Object DXCollectionBase<AppointmentDependency> DXCollection<AppointmentDependency> NotificationCollection<AppointmentDependency> DevExpress.XtraScheduler.SchedulerCollectionBase<AppointmentDependency> AppointmentDependencyBaseCollection AppointmentDependencyCollection

See Also

AppointmentDependencyCollection Members

Gantt View

DevExpress.XtraScheduler Namespace