Skip to main content
A newer version of this page is available. .

DiagramItem.OutgoingConnectors Property

Gets the collection of the current item’s outgoing connectors.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[Browsable(false)]
public IEnumerable<IDiagramConnector> OutgoingConnectors { get; }

Property Value

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

A collection of DiagramConnector objects.

See Also