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

ToolboxOptionsMinimizing.State Property

Gets or sets whether the ToolboxControl is in the normal or minimized state.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue(ToolboxState.Normal)]
public ToolboxState State { get; set; }

Property Value

Type Default Description
DevExpress.XtraToolbox.ToolboxState **Normal**

A DevExpress.XtraToolbox.ToolboxState enumeration value that specifies whether the ToolboxControl is in the normal or minimized state.

Property Paths

You can access this nested property as listed below:

Object Type Path to State
ToolboxControl
See Also