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

DiagramItemCollection Class

A collection of DiagramItem objects.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public sealed class DiagramItemCollection :
    Collection<DiagramItem>

The following members return DiagramItemCollection objects:

Remarks

Use the DiagramControl.Items property to access the collection of items in a DiagramControl.

Inheritance

Object
Collection<DiagramItem>
DiagramItemCollection
See Also