Skip to main content
All docs
V25.1
  • DxRibbonElementBase<TRibbonItemRenderer>.AdaptivePriority Property

    Specifies the order in which ribbon items collapse when the component is resized.

    Namespace: DevExpress.Blazor.Base

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(0)]
    [Parameter]
    public int AdaptivePriority { get; set; }

    Property Value

    Type Default Description
    Int32 0

    The item collapse priority.

    See Also