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

DiagramConnector.EndPointRestrictions Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(ConnectorPointRestrictions.None)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual ConnectorPointRestrictions EndPointRestrictions { 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