DiagramItemsGeneratedEventArgs.GeneratedDiagramConnectors Property
Returns the collection of generated connectors that represent connections between data objects.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<DiagramConnector> | A collection of generated connectors. |
See Also