Skip to main content

ConnectionPoint.State Property

Specifies whether to enable connection to an item and show a visual indication.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public ConnectionElementState State { get; set; }

Property Value

Type Description
ConnectionElementState

A DevExpress.Diagram.Core.ConnectionElementState enumeration value.

Available values:

Name Description
Visible

Connection is enabled.

Hidden

Connection is disabled with no visual indication.

Disabled

Connection is disabled. Visual indication (red border around an item/connector) is shown.

See Also