Skip to main content
All docs
V26.1
  • IRibbonAdaptivityParameters.AdaptivityAutoCollapseItemsToGroups Property

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

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

    true to collapse items to groups; otherwise, false.

    Remarks

    Refer to the AdaptivityAutoCollapseItemsToGroups property description for additional information and examples.

    See Also