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

RibbonControl.AllowMinimizeRibbon Property

Gets or sets whether the RibbonControl’s context menu displays the Minimize the Ribbon command, allowing an end-user to collapse the Ribbon Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowMinimizeRibbon { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the RibbonControl’s context menu displays the Minimize the Ribbon command; otherwise, false.

Remarks

Selecting the Minimize the Ribbon menu command collapses the Ribbon Control. In code, this can be accomplished via the RibbonControl.Minimized property.

See Also