Back to Devexpress

DiagramContainerBase.Items Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontainerbase-b4050cd9.md

latest1.1 KB
Original Source

DiagramContainerBase.Items Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public DiagramItemCollection Items { get; }
vb
<Browsable(False)>
Public ReadOnly Property Items As DiagramItemCollection

Property Value

TypeDescription
DiagramItemCollection

The collection of diagram items.

|

See Also

DiagramContainerBase Class

DiagramContainerBase Members

DevExpress.XtraDiagram Namespace