Skip to main content
All docs
V23.2

IToolbarItem.AdaptivePriority Property

Specifies the order in which items are hidden when the browser window is resized.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

int AdaptivePriority { get; set; }

Property Value

Type Description
Int32

An Int32 value that specifies the item priority.

See Also