A newer version of this page is available.
Switch to the current version.
PropertiesPanelVisibility Enum
Lists the values used to specify the Properties panel display mode.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v18.2.Core.dll
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 DiagramOptionsBehavior.PropertiesPanelVisibility and DiagramControl.PropertiesPanelVisibility properties.
See Also
Feedback