Skip to main content

DiagramItemsGeneratedEventArgs.GeneratedConnectors Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IEnumerable<IDiagramConnector> GeneratedConnectors { get; }

Property Value

Type Description
IEnumerable<DevExpress.Diagram.Core.IDiagramConnector>

A collection of generated connectors.

Remarks

The DiagramItemsGeneratedEventArgs.GeneratedItems property returns the collection of generated items that represent data objects.

See Also