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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also