Skip to main content
A newer version of this page is available. .

DiagramConnector.BeginPointRestrictions Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

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