Skip to main content
A newer version of this page is available. .

IBarItem.AdaptivePriority Property

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

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

int AdaptivePriority { get; set; }

Property Value

Type Description
Int32

The item priority.

Remarks

Refer to the IBarItem interface description for more information and an example.

See Also