Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string AdaptiveText { get; set; }

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.

ASPxFIleManager-Toolbar-AdaptiveButton

See Also