corelibraries-devexpress-dot-diagram-dot-core-95232c81.md
Lists the values used to specify the Properties panel display mode.
Namespace : DevExpress.Diagram.Core
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum PropertiesPanelVisibility
Public Enum PropertiesPanelVisibility
| Name | Description |
|---|---|
Visible |
The Properties panel is fully expanded.
|
| Collapsed |
The Properties panel is hidden and can be invoked by the end-user by hovering the Properties tab.
|
| Closed |
The Properties panel is closed.
|
The following properties accept/return PropertiesPanelVisibility values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramOptionsView.PropertiesPanelVisibility |
| WPF Controls | DiagramControl.PropertiesPanelVisibility |
The values listed by this enumeration are used to set the PropertiesPanelVisibility and DiagramControl.PropertiesPanelVisibility properties.
See Also