corelibraries-devexpress-dot-xtrascheduler-1f2d7bcc.md
A collection of appoinment dependencies.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentDependencyBaseCollection :
SchedulerCollectionBase<AppointmentDependency>
Public Class AppointmentDependencyBaseCollection
Inherits SchedulerCollectionBase(Of AppointmentDependency)
The following members return AppointmentDependencyBaseCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | AppointmentDependencyBaseCollection.GetDependenciesByDependentId(Object) |
| AppointmentDependencyBaseCollection.GetDependenciesByParentId(Object) | |
| WinForms Controls | SchedulerControl.SelectedDependencies |
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).
Object DXCollectionBase<AppointmentDependency> DXCollection<AppointmentDependency> NotificationCollection<AppointmentDependency> DevExpress.XtraScheduler.SchedulerCollectionBase<AppointmentDependency> AppointmentDependencyBaseCollection AppointmentDependencyCollection
See Also