Specifies whether end-users can attach the end point of a connector to the item. This is a dependency property.
Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v19.2.dll

Syntax
C# |
public Nullable<Boolean> CanAttachConnectorEndPoint { get; set; }
|
VB |
Public Property CanAttachConnectorEndPoint As Nullable(of Boolean)
|
Property value
Type: Nullable<Boolean>
true to allow end-users to attach the end point of a connector to the item; otherwise, false.

See Also