Back to Devexpress

DxRibbon.AdaptivityAutoCollapseItemsToGroups Property

blazor-devexpress-dot-blazor-dot-dxribbon-951cf406.md

latest1.7 KB
Original Source

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

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

Property Value

TypeDefaultDescription
Booleantrue

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.

Run Demo: Ribbon - Adaptivity

Implements

AdaptivityAutoCollapseItemsToGroups

See Also

DxRibbon Class

DxRibbon Members

DevExpress.Blazor Namespace