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