PropertiesPanelVisibility Enum
Lists the values used to specify the Properties panel display mode.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.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 |
---|---|
WinForms Controls | DiagramOptionsView.PropertiesPanelVisibility |
WPF Controls | DiagramControl.PropertiesPanelVisibility |
Remarks
The values listed by this enumeration are used to set the PropertiesPanelVisibility and DiagramControl.PropertiesPanelVisibility properties.
See Also