Back to Devexpress

RibbonControl.AllowMinimizeRibbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-73b32953.md

latest2.0 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool AllowMinimizeRibbon { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowMinimizeRibbon As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Minimized

AllowMinimizeRibbonOnDoubleClick

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace