blazor-devexpress-dot-blazor-dot-dxribbon-951cf406.md
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
[DefaultValue(true)]
[Parameter]
public bool AdaptivityAutoCollapseItemsToGroups { get; set; }
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true to collapse items into groups; otherwise, false.
|
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:
false to collapse all items and groups into one structured menu.true to 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.AdaptivityAutoCollapseItemsToGroups
See Also