Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarItemLink.AllowCollapseInSimplifiedRibbon Property

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

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
[SupportedByBarManager(SupportedByBarManagerKind.NonSupported)]
[SupportedByRibbon(SupportedByRibbonKind.Supported)]
[XtraSerializableProperty]
public bool AllowCollapseInSimplifiedRibbon { get; set; }

#Property Value

Type Default Description
Boolean true

Specifies whether or not a Simplified Ribbon can hide this item link.

#Remarks

Hidden item links are accessible through the “More Commands” button.

morecommands

See Also