Skip to main content

DiagramConnector.BeginPointRestrictions Property

Specifies the restrictions applied to the end-user actions with the connector’s begin point.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(ConnectorPointRestrictions.None)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual ConnectorPointRestrictions BeginPointRestrictions { get; set; }

Property Value

Type Default Description
ConnectorPointRestrictions None

A ConnectorPointRestrictions enumeration value.

Available values:

Name Description
None

Restrictions are not applied.

KeepDisconnected

The connector point cannot be attached to an item’s connection point.

KeepConnected

The connector point should always be attached to an item’s connection point.

KeepConnectedToCurrentItem

The connector point should always be attached to a connection point of the current item.

See Also