Skip to main content
Tab

FileManagerToolbarPathBox.AdaptivePriority Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 10

An Int32 value specifying the path 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