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

DependencyViewInfo.Dependencies Property

Gets a collection of dependencies for which the current view info is calculated.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentDependencyCollection Dependencies { get; }

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