Skip to main content

ToolboxOptionsMinimizing.MinimizedWidth Property

Gets or sets the width, in pixels, of the ToolboxControl in the minimized state.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Int32 -1

An integer value that specifies the control width, in pixels, in the minimized state.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinimizedWidth
ToolboxControl
.OptionsMinimizing .MinimizedWidth

Remarks

By default, a control width in the minimized state (see ToolboxOptionsMinimizing.State) is automatically calculated to fit the entire content. The MinimizedWidth property allows you to override the automatically calculated value with a custom value.

See Also