Skip to main content
All docs
V26.1
  • BootstrapCardViewToolbarItem.AdaptivePriority Property

    Specifies the priority of item hiding in adaptive mode.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.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 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.

    Adaptive Toolbar Image

    See Also