DxRibbonElementBase<TRibbonItemRenderer>.AdaptivePriority Property
Specifies the order in which ribbon items collapse when the component is resized.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.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