Back to Devexpress

AppointmentDependencyBaseCollection Class

corelibraries-devexpress-dot-xtrascheduler-1f2d7bcc.md

latest3.5 KB
Original Source

AppointmentDependencyBaseCollection Class

A collection of appoinment dependencies.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentDependencyBaseCollection :
    SchedulerCollectionBase<AppointmentDependency>
vb
Public Class AppointmentDependencyBaseCollection
    Inherits SchedulerCollectionBase(Of AppointmentDependency)

The following members return AppointmentDependencyBaseCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentDependencyBaseCollection.GetDependenciesByDependentId(Object)
AppointmentDependencyBaseCollection.GetDependenciesByParentId(Object)
WinForms ControlsSchedulerControl.SelectedDependencies

Remarks

The AppointmentDependencyBaseCollection class is a collection of AppointmentDependency objects. This collection is returned by various methods (SchedulerControl.SelectedDependencies, AppointmentDependencyBaseCollection.GetDependencyByIds, AppointmentDependencyBaseCollection.GetDependenciesByDependentId and AppointmentDependencyBaseCollection.GetDependenciesByParentId).

Inheritance

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

See Also

AppointmentDependencyBaseCollection Members

Gantt View

DevExpress.XtraScheduler Namespace