FileManagerToolbarDeleteButton.AdaptivePriority Property
Gets or sets the priority of the File Manager toolbar delete button hiding in adaptive mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | An Int32 value specifying the delete button 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