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

DiagramQueryConnectionPointsEventArgs.Connector Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramConnector Connector { get; }

Property Value

Type Description
DiagramConnector

A DiagramConnector object.

See Also