Skip to main content
All docs
V24.2

DiagramItemsGeneratedEventArgs.GeneratedDiagramConnectors Property

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.2.dll

Declaration

public ReadOnlyCollection<DiagramConnector> GeneratedDiagramConnectors { get; }

Property Value

Type
ReadOnlyCollection<DiagramConnector>
See Also