ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / Toolbar Class / Mobile Property

In This Topic
    Mobile Property
    In This Topic
    Gets the toolbar items configured for the mobile layout.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mobile As ToolbarItems
    public ToolbarItems Mobile {get;}

    Property Value

    The ToolbarItems collection of toolbar items for the mobile layout.
    Remarks
    The Mobile property provides access to the toolbar items configured for the mobile layout, allowing customization of the toolbar elements for mobile usage.
    See Also