Skip to main content
All docs
V24.1

DiagramItemsGeneratedEventArgs.GeneratedDiagramConnectors Property

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ReadOnlyCollection<DiagramConnector> GeneratedDiagramConnectors { get; }

Property Value

Type
ReadOnlyCollection<DiagramConnector>
See Also