Skip to main content
A newer version of this page is available. .

PropertiesPanelVisibility Enum

Lists the values used to specify the Properties panel display mode.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public enum PropertiesPanelVisibility

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