DiagramItem.OutgoingConnectors Property
In This Article
Gets the collection of the current item’s outgoing connectors.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public IEnumerable<IDiagramConnector> OutgoingConnectors { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<DevExpress. |
A collection of Diagram |
See Also