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

DiagramOptionsBehavior.ToolboxVisibility Property

OBSOLETE

Use the OptionsView.ToolboxVisibility property instead.

Gets or sets the Shapes toolbox display mode.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

[Obsolete("Use the OptionsView.ToolboxVisibility property instead.")]
[Browsable(false)]
public ToolboxVisibility ToolboxVisibility { get; set; }

Property Value

Type Description
ToolboxVisibility

A ToolboxVisibility enumeration value.

Available values:

Name Description
Full

The Shapes panel is fully expanded.

Compact

The Shapes panel is in the compact mode.

Closed

The Shapes panel is hidden.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolboxVisibility
DiagramControl
.OptionsBehavior.ToolboxVisibility
See Also