Skip to main content
All docs
V25.2
  • IRibbonGroup.AdaptivePriority Property

    Specifies the order in which the ribbon group collapses when the Ribbon is resized.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(-1)]
    int AdaptivePriority { get; set; }

    Property Value

    Type Default Description
    Int32 -1

    The groups’s relative priority.

    Remarks

    Refer to the AdaptivePriority property description for more information and examples.

    See Also