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

OptionsMinimizing.AllowMinimizeMode Property

Gets or sets whether it is allowed to minimize (collapse) the accordion control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Default Description
DefaultBoolean **Default**

True, if it is allowed to minimize the accordion control; False if not; By default, the behavior depends on the view type.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowMinimizeMode
AccordionControl
.OptionsMinimizing.AllowMinimizeMode

Remarks

The accordion control can be minimized if its view type is a hamburger menu (see AccordionControl.ViewType). Use AllowMinimizeMode property to explicitly specify whether it is allowed to collapse the control.

See Also