Back to Devexpress

DiagramItem.CanAttachConnectorEndPoint Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-388a7233.md

latest1.7 KB
Original Source

DiagramItem.CanAttachConnectorEndPoint Property

Specifies whether end-users can attach the end point of a connector to the item.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanAttachConnectorEndPoint { get; set; }
vb
<DefaultValue(Nothing)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property CanAttachConnectorEndPoint As Boolean?

Property Value

TypeDefaultDescription
Nullable<Boolean>null

true to allow end-users to attach the end point of a connector to the item; otherwise, false.

|

See Also

CanAttachConnectorBeginPoint

EndPoint

EndItem

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace