DiagramOptionsBehavior.ToolboxVisibility Property
In This Article
OBSOLETE
Use the Options
Gets or sets the Shapes toolbox display mode.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsView.ToolboxVisibility property instead.")]
public ToolboxVisibility ToolboxVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Toolbox |
A Toolbox |
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 Toolbox |
---|---|
Diagram |
|
See Also