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. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public ConnectorPointRestrictions BeginPointRestrictions { get; set; }

Property Value

Type Description
ConnectorPointRestrictions

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