DiagramContainerBase.Items Property
In This Article
Provides access to the collection of diagram items placed within the container.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
public DiagramItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Diagram |
The collection of diagram items. |
See Also