Skip to main content
All docs
V26.1
  • DiagramItemsGeneratedEventArgs.GeneratedDiagramConnectors Property

    Returns the collection of generated connectors that represent connections between data objects.

    Namespace: DevExpress.XtraDiagram

    Assembly: DevExpress.XtraDiagram.v26.1.dll

    Declaration

    public ReadOnlyCollection<DiagramConnector> GeneratedDiagramConnectors { get; }

    Property Value

    Type Description
    ReadOnlyCollection<DiagramConnector>

    A collection of generated connectors.

    See Also