# GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Mobile

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Mobile_" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Mobile*">Mobile Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Mobile_" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Mobile*"></a>
<h4 id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Mobile" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Mobile">Mobile</h4>
<div class="markdown level1 summary"><p>Gets the toolbar items configured for the mobile layout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ToolbarItems Mobile { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItems.html">ToolbarItems</a></td>
      <td><p>The <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItems.html">ToolbarItems</a> collection of toolbar items for the mobile layout.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Mobile_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <code>Mobile</code> property provides access to the toolbar items configured for the mobile layout, allowing customization of the toolbar elements for mobile usage.</p>
</div>
</div>
