Skip to main content

DiagramItem.OutgoingConnectors Property

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

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public IEnumerable<IDiagramConnector> OutgoingConnectors { get; }

Property Value

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

A collection of DiagramConnector objects.

See Also