Skip to main content

ToolboxOptionsMinimizing.MinimizeButtonMode Property

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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