Skip to main content
A newer version of this page is available. .

DiagramConnectionChangingEventArgs.Connector Property

Returns the connector whose beginning/ending item is about to be changed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public DiagramConnector Connector { get; }

Property Value

Type Description
DiagramConnector

A DiagramConnector object.

See Also