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

DiagramPanelVisibility Enum

Lists values that specify diagram panels’ visibility.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v19.2.dll

Declaration

public enum DiagramPanelVisibility

Members

Name Description
Visible

The panel is initially visible.

Collapsed

The panel is collapsed initially.

Disabled

The panel is disabled. An element that can invoke the panel is hidden.

Auto

The panel is disabled when the diagram is read-only.

Related API Members

The following properties accept/return DiagramPanelVisibility values:

Remarks

The values listed by this enumeration are used to set the SettingsSidePanel.Visibility and ToolboxSettings.Visibility properties.

See Also