ToolboxOptionsMinimizing.NormalWidth Property
Gets or sets the width, in pixels, of the ToolboxControl in the normal (expanded) state.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
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