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

BootstrapGridViewToolbarItem.AdaptivePriority Property

Specifies the priority of item hiding in adaptive mode.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 0

An Int32 value that specifies the item priority.

Remarks

When the EnableAdaptivity property is set to true, the Grid View toolbar can automatically resize or hide its items when the underlying control is resized. Use the AdaptivePriority property to control the order of toolbar item hiding.

The bigger the value of the AdaptivePriority property is, the earlier the toolbar item will be hidden. If items have the same adaptive priority, the hiding order is determined by the VisibleIndex property.

To display hidden toolbar items, hover the adaptive toolbar image.

See Also