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

    Specifies whether the Ribbon hides item text and displays only icons when component width changes.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(true)]
    [Parameter]
    public bool AdaptivityAutoCollapseItemsToIcons { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to hide item text; otherwise, false.

    Remarks

    When Ribbon size changes, the component hides item text and displays only icons. Set the AdaptivityAutoCollapseItemsToIcons property to false to disable this behavior.

    See Also