windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-d4b48f38.md
Gets or sets whether the user can minimize the Ribbon by double-clicking a page header.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool AllowMinimizeRibbonOnDoubleClick { get; set; }
<DXCategory("Behavior")>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowMinimizeRibbonOnDoubleClick As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true if the user can minimize the Ribbon on a double click; otherwise, false.
|
A user can minimize the Ribbon as follows:
Disable the AllowMinimizeRibbonOnDoubleClick property to prevent the user from minimizing the Ribbon by double-clicking the page header.
Note
Users can minimize the Ribbon if the AllowMinimizeRibbon option is enabled.
The following image shows the Ribbon in its minimized state (only page headers are displayed):
See Also