Skip to main content

DiagramContainerBase.Items Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Property Value

Type Description
DiagramItemCollection

The collection of diagram items.

See Also