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

ConnectorPointRestrictions Enum

Lists the values used to specify the restrictions applied to the connector’s begin and end points.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public enum ConnectorPointRestrictions

Members

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.

Related API Members

The following properties accept/return ConnectorPointRestrictions values:

Library Related API Members
WinForms Controls DiagramConnector.BeginPointRestrictions
DiagramConnector.EndPointRestrictions
WPF Controls DiagramConnector.BeginPointRestrictions
DiagramConnector.EndPointRestrictions

Remarks

Values listed by this enumeration are used to set the following properties:

See Also