Skip to main content
All docs
V24.2

DxRibbon.AdaptivityAutoCollapseItemsToIcons Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.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