BootstrapCardViewToolbarItem.AdaptivePriority Property
Specifies the priority of item hiding in adaptive mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An Int32 value that specifies the item priority. |
Remarks
When the Enabled property is set to true, the Card 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.