Skip to main content
All docs
V25.1
  • DxRibbon.AdaptivityAutoCollapseItemsToGroups Property

    Specifies whether the Ribbon collapses its items into groups when component width changes.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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 to groups; otherwise, false.

    See Also