Skip to main content

ToolboxVisibility Enum

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum ToolboxVisibility

Members

Name Description
Full

The Shapes panel is fully expanded.

Compact

The Shapes panel is in the compact mode.

Closed

The Shapes panel is hidden.

Related API Members

The following properties accept/return ToolboxVisibility values:

Library Related API Members
WinForms Controls DiagramOptionsView.ToolboxVisibility
WPF Controls DiagramControl.ToolboxVisibility

Remarks

The values listed by this enumeration are used to set the ToolboxVisibility and DiagramControl.ToolboxVisibility properties.

See Also