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

RibbonControl.AllowMinimizeRibbon Property

Gets or sets whether the ribbon context menu contains the Minimize the Ribbon command that collapses the ribbon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.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

To collapse the ribbon in code, use the RibbonControl.Minimized property.

See Also