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

ToolboxOptionsMinimizing.NormalWidth Property

Gets or sets the width, in pixels, of the ToolboxControl in the normal (expanded) state.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue(-1)]
public int NormalWidth { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the control width, in pixels, in the normal (expanded) state.

Property Paths

You can access this nested property as listed below:

Object Type Path to NormalWidth
ToolboxControl
.OptionsMinimizing.NormalWidth

Remarks

The NormalWidth and ToolboxOptionsMinimizing.MinimizedWidth properties specify the ToolboxControl width in the normal and minimized states, respectively. If the NormalWidth property is set to -1, the ToolboxControl.Width property is used to specify the control width.

See Also