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.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 MenuSettingsAdaptivity.Enabled 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.
Online Demo
See Also