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