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

DiagramContainerBase.Items Property

Provides access to the collection of diagram items placed within the container.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[Browsable(false)]
public DiagramItemCollection Items { get; }

Property Value

Type Description
DiagramItemCollection

The collection of diagram items.

See Also