DependencyViewInfo.Dependencies Property
In This Article
Gets a collection of dependencies for which the current view info is calculated.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppointmentDependencyCollection Dependencies { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#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