Skip to main content
All docs
V23.2

DiagramItemsGeneratedEventArgs.GeneratedDiagramConnectors Property

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ReadOnlyCollection<DiagramConnector> GeneratedDiagramConnectors { get; }

Property Value

Type
ReadOnlyCollection<DiagramConnector>
See Also