Skip to main content
All docs
V25.2
  • 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

    true to collapse items into groups; otherwise, false.

    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 false to collapse all items and groups into one structured menu.
    • Set the property to 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.

    Auto Collapse Items to Group

    Run Demo: Ribbon - Adaptivity

    See Also