Skip to main content
All docs
V23.2

IToolbarItem.AdaptiveText Property

Specifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

string AdaptiveText { get; set; }

Property Value

Type Description
String

A String value that specifies the menu item text.

See Also