DependencyViewInfo.Dependencies Property
Gets a collection of dependencies for which the current view info is calculated.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
AppointmentDependencyCollection | An AppointmentDependencyCollection object that contains dependencies for the current view info. |
Remarks
Different dependencies may partially overlap when drawn on the scheduler surface, so the Dependencies collection may contain more than one dependency for certain sections of a visual dependency object.
See Also