RibbonControl.AllowMinimizeRibbon Property
Gets or sets whether the Ribbon can be minimized. If this property is set to false, the ribbon context menu does not show the Minimize the Ribbon command, the Minimized property is not in effect, and the Ribbon cannot be minimized on a double click.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[DXCategory("Behavior")]
[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 disable only the user’s ability to minimize the Ribbon on a double click, use the AllowMinimizeRibbonOnDoubleClick property.
See Also