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

ToolboxControl.OptionsMinimizing Property

Provides access to the options that affect the toolbox behavior in the minimized state.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Options")]
public ToolboxOptionsMinimizing OptionsMinimizing { get; }

Property Value

Type Description
ToolboxOptionsMinimizing

A ToolboxOptionsMinimizing object that comprises the toolbox minimize options.

Remarks

This property provides access to a set of properties that specify minimize options for the toolbox.

See Also