ToolboxVisibility Enum
In This Article
Lists the values used to specify the Shapes panel display mode.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#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 |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#Remarks
The values listed by this enumeration are used to set the ToolboxVisibility and DiagramControl.ToolboxVisibility properties.
See Also