Back to Devexpress

DiagramQueryConnectionPointsEventArgs.Connector Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramqueryconnectionpointseventargs-cb154fe2.md

latest1.3 KB
Original Source

DiagramQueryConnectionPointsEventArgs.Connector Property

Returns the connector whose point is being moved by the end-user.

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

DiagramQueryConnectionPointsEventArgs Class

DiagramQueryConnectionPointsEventArgs Members

DevExpress.XtraDiagram Namespace