DiagramConnector.EndPointRestrictions Property
Specifies the restrictions applied to the end-user actions with the connector’s end point.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
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