Back to Devexpress

DiagramItemCollection Class

windowsforms-devexpress-dot-xtradiagram-8b86757e.md

latest1.8 KB
Original Source

DiagramItemCollection Class

A collection of DiagramItem objects.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public sealed class DiagramItemCollection :
    Collection<DiagramItem>
vb
Public NotInheritable Class DiagramItemCollection
    Inherits Collection(Of 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

DiagramItemCollection Members

Items

DevExpress.XtraDiagram Namespace