Skip to main content

ConnectionElementState Enum

Lists values that specify whether to enable connection to an item and show a visual indication.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

#Declaration

public enum ConnectionElementState

#Members

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.

#Related API Members

The following properties accept/return ConnectionElementState values:

Library Related API Members
Cross-Platform Class Library ConnectionPoint.State
WinForms Controls DiagramQueryConnectionPointsEventArgs.ItemConnectionBorderState
WPF Controls DiagramQueryConnectionPointsEventArgs.ItemConnectionBorderState

#Remarks

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

See Also