Back to Devexpress

DiagramControl.Items Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-0b7325b9.md

latest2.0 KB
Original Source

DiagramControl.Items Property

Provides access to the collection of diagram items displayed by the DiagramControl.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public DiagramItemCollection Items { get; }
vb
Public ReadOnly Property Items As DiagramItemCollection

Property Value

TypeDescription
DevExpress.Xpf.Diagram.DiagramItemCollection

The collection of diagram items.

|

Remarks

DiagramItem objects must be added to the Items collection to be displayed in the DiagramControl.

Diagram shapes (DiagramShape) are positioned on the diagram canvas with the DiagramItem.Position property. You can specify a diagram shape’s position and size in the object’s constructor. For information on DiagramConnector positioning, see this class description.

The DevExpress.Diagram.Core.Native.DiagramExtensionsCore.Connectors extension method returns the collection of Connectors contained in the diagram. Using this method is more efficient than iterating through the Items collection.

See Also

ItemsChanged

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace