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

DependencyViewInfo.Items Property

Provides access to a collection of graphic elements, such as roundings or arrows, drawn within a dependency object.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public ViewInfoItemCollection Items { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Drawing.ViewInfoItemCollection

A DevExpress.XtraScheduler.Drawing.ViewInfoItemCollection object containing graphic elements.

See Also