Skip to main content
All docs
V23.2

DiagramItemsGeneratedEventArgs.GeneratedDiagramConnectors Property

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ReadOnlyCollection<DiagramConnector> GeneratedDiagramConnectors { get; }

Property Value

Type
ReadOnlyCollection<DiagramConnector>
See Also