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

FileManagerToolbarFilterBox.AdaptivePriority Property

Gets or sets the priority of the File Manager toolbar filter box hiding in adaptive mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Int32 0

An Int32 value specifying the filter box priority.

Remarks

When the FileManagerSettingsAdaptivity.Enabled property is set to true, the ASPxFileManager control toolbar can automatically resize and hide its items when the browser window 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.

The hidden toolbar items can be displayed by hovering the adaptive toolbar image.

ASPxFIleManager-Toolbar-AdaptiveButton

See Also