ISchedulerStorageBase.AppointmentDependencies Property
Gets a storage object which manages dependencies between appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
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