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