PropertiesPanelVisibility Enum
In This Article
Lists the values used to specify the Properties panel display mode.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return PropertiesPanelVisibility values:
Library | Related API Members |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#Remarks
The values listed by this enumeration are used to set the PropertiesPanelVisibility and DiagramControl.PropertiesPanelVisibility properties.
See Also