DiagramItem.CanAttachConnectorBeginPoint Property
Specifies whether end-users can attach a connector’s beginning point to the item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanAttachConnectorBeginPoint { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Nullable<Boolean> | null | true to allow end-users to attach the begin point of a connector to the item; otherwise, false. |
See Also