Back to Devexpress

DiagramItem.CanAttachConnectorBeginPoint Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-ea9f208a.md

latest1.7 KB
Original Source

DiagramItem.CanAttachConnectorBeginPoint Property

Specifies whether end-users can attach a connector’s beginning point 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? CanAttachConnectorBeginPoint { get; set; }
vb
<DefaultValue(Nothing)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property CanAttachConnectorBeginPoint As Boolean?

Property Value

TypeDefaultDescription
Nullable<Boolean>null

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

|

See Also

CanAttachConnectorEndPoint

BeginPoint

BeginItem

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace