FileManagerToolbarItemBase.AdaptiveText Property
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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | 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