DiagramItemsGeneratedEventArgs.GeneratedItems Property
Returns the collection of generated items that represent data objects.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<DiagramItem> | A collection of generated items. |
Remarks
The DiagramItemsGeneratedEventArgs.GeneratedConnectors property returns the collection of generated connectors.
See Also