DxRibbon.AdaptivityAutoCollapseItemsToGroups Property
Specifies whether the Ribbon collapses its items into groups when component width changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(true)]
[Parameter]
public bool AdaptivityAutoCollapseItemsToGroups { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
DevExpress Blazor Ribbon automatically hides lower-priority details (such as button captions) and moves excess elements into structured overflow menus.
Use the AdaptivityAutoCollapseItemsToGroups property to specify how the Ribbon collapses items:
- Set the property to
falseto collapse all items and groups into one structured menu. - Set the property to
trueto collapse each group into a separate overflow menu. If collapsed groups still exceed the available screen width, they are collapsed into a common overflow menu.

Implements
See Also