corelibraries-devexpress-dot-diagram-dot-core-fde1eabd.md
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
public enum ConnectionElementState
Public Enum ConnectionElementState
| 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.
|
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 |
Values listed by this enumeration are used to set the following properties.
See Also