Back to Devexpress

DiagramConnector.CanDragEndPoint Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnector-560801f3.md

latest1.6 KB
Original Source

DiagramConnector.CanDragEndPoint Property

Specifies whether to allow end-users to drag the connector’s end point.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool CanDragEndPoint { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property CanDragEndPoint As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow end-users to drag the connector’s end point; otherwise, false.

|

See Also

CanDragBeginPoint

EndPoint

CanChangeRoute

EndPointRestrictions

DiagramConnector Class

DiagramConnector Members

DevExpress.XtraDiagram Namespace