Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public ViewInfoItemCollection Items { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Drawing.ViewInfoItemCollection

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

See Also