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.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public DiagramItemCollection Items { get; }

Property Value

Type Description
DevExpress.Xpf.Diagram.DiagramItemCollection

The collection of diagram items.

See Also