Skip to main content
A newer version of this page is available. .

ISchedulerStorageBase.AppointmentDependencies Property

Gets a storage object which manages dependencies between appointments.

Namespace: DevExpress.XtraScheduler

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

Declaration

IAppointmentDependencyStorage AppointmentDependencies { get; }

Property Value

Type Description
IAppointmentDependencyStorage

An object exposing the IAppointmentDependencyStorage interface that manages information on appointment dependencies for the scheduler.

Remarks

Use the AppointmentDependencies property to maintain a collection of dependencies for appointments in the Gantt View.

See Also