Skip to main content
A newer version of this page is available. .
Tab

MenuItem.AdaptiveText Property

Specifies the text content of the current menu item when it is displayed in the adaptive drop-down menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 ASPxMenu.EnableAdaptivity property is set to true, the menu can automatically resize or hide its items to a drop-down menu when the browser window is resized.

Use the AdaptiveText property to specify the item text displayed in the drop-down menu. By default, this text equals the MenuItem.Text property value.

ASPxMenu-AtaptiveText

Online Demo

Menu - Responsive Layout

See Also