DiagramItem.OutgoingConnectors Property
Gets the collection of the current item’s outgoing connectors.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<DevExpress.Diagram.Core.IDiagramConnector> | A collection of DiagramConnector objects. |
See Also