Skip to main content
All docs
V24.2

DxRibbon.AdaptivityAutoCollapseItemsToGroups Property

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

Namespace: DevExpress.Blazor

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

See Also