Skip to main content

ToolboxOptionsMinimizing.State Property

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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