Back to Devexpress

DiagramConnector.CanChangeRoute Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnector-29092245.md

latest1.5 KB
Original Source

DiagramConnector.CanChangeRoute Property

Specifies whether to allow end-users to modify the connector’s route.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to allow end-users to modify the connector’s route; otherwise, false.

|

See Also

CanDragBeginPoint

CanDragEndPoint

DiagramConnector Class

DiagramConnector Members

DevExpress.XtraDiagram Namespace