Skip to main content
All docs
V25.1
  • 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.v25.1.Viewer.dll

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    string AdaptiveText { get; set; }

    Property Value

    Type Description
    String

    A String value that specifies the menu item text.

    See Also