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