windowsforms-devexpress-dot-xtrabars-dot-baritemlink-3cb20de3.md
If the RibbonControl.RibbonStyle property equals Office2019, users can switch between normal and Simplified Ribbon states. In the Simplified state, a Ribbon has only one row for all its items, and hides some of them if there is not enough free space. The AllowCollapseInSimplifiedRibbon property specifies whether a Simplified Ribbon can hide this item link, or it should be always visible.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(true)]
[DXCategory("Behavior")]
[SupportedByBarManager(SupportedByBarManagerKind.NonSupported)]
[SupportedByRibbon(SupportedByRibbonKind.Supported)]
[XtraSerializableProperty]
public bool AllowCollapseInSimplifiedRibbon { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
<SupportedByRibbon(SupportedByRibbonKind.Supported)>
<SupportedByBarManager(SupportedByBarManagerKind.NonSupported)>
<DXCategory("Behavior")>
Public Property AllowCollapseInSimplifiedRibbon As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
Specifies whether or not a Simplified Ribbon can hide this item link.
|
Hidden item links are accessible through the “More Commands” button.
See Also