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

ToolboxOptionsMinimizing.MinimizeButtonMode Property

Gets or sets the direction of the arrow displayed in the Minimize button.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue(MinimizeButtonMode.Default)]
public MinimizeButtonMode MinimizeButtonMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Navigation.MinimizeButtonMode **Default**

A DevExpress.XtraBars.Navigation.MinimizeButtonMode enumeration value that specifies the direction of the arrow displayed in the Minimize button.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinimizeButtonMode
ToolboxControl
.OptionsMinimizing.MinimizeButtonMode

Remarks

By default, the arrow displayed in the Minimize button shows the direction in which the ToolboxControl is collapsed or expanded when the button is clicked. Set the MinimizeButtonMode property to Inverted to display the button arrow in the opposite direction.

See Also