FileManagerToolbarItemBase.AdaptiveText Property
In This Article
Specifies the text content of the custom toolbar’s item when it is displayed in the File Manager’s adaptive toolbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value that specifies the item text. |
#Remarks
When the FileManagerSettingsAdaptivity.Enabled property is set to true
, the ASPxFileManager control toolbar can automatically hide its items when the browser window is resized. Use the AdaptiveText property to specify the custom item text displayed in the adaptive toolbar.
See Also