Skip to main content

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.v23.2.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