Back to Devexpress

DiagramConnectionChangingEventArgs.Connector Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnectionchangingeventargs-d3fdc122.md

latest1.4 KB
Original Source

DiagramConnectionChangingEventArgs.Connector Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public DiagramConnector Connector { get; }
vb
Public ReadOnly Property Connector As DiagramConnector

Property Value

TypeDescription
DiagramConnector

A DiagramConnector object.

|

See Also

BeginItem

EndItem

DiagramConnectionChangingEventArgs Class

DiagramConnectionChangingEventArgs Members

DevExpress.XtraDiagram Namespace