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

ConnectionPoint.State Property

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v19.1.Core.dll

Declaration

public ConnectionElementState State { get; set; }

Property Value

Type
ConnectionElementState

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