Back to Devexpress

ConnectionElementState Enum

corelibraries-devexpress-dot-diagram-dot-core-fde1eabd.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum ConnectionElementState
vb
Public Enum ConnectionElementState

Members

NameDescription
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.

|

The following properties accept/return ConnectionElementState values:

LibraryRelated API Members
Cross-Platform Class LibraryConnectionPoint.State
WinForms ControlsDiagramQueryConnectionPointsEventArgs.ItemConnectionBorderState
WPF ControlsDiagramQueryConnectionPointsEventArgs.ItemConnectionBorderState

Remarks

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

See Also

DevExpress.Diagram.Core Namespace