ISchedulerStorageBase.AppointmentDependencies Property
Gets a storage object which manages dependencies between appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.dll
Declaration
IAppointmentDependencyStorage AppointmentDependencies { get; }
ReadOnly Property AppointmentDependencies As IAppointmentDependencyStorage
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
Feedback