# GrapeCity.ActiveReports.Blazor.Viewer.Toolbar

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar" class="text-break">Toolbar Class
</h1>
  <div class="markdown level0 summary"><p>Represents the viewer's toolbar.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Toolbar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Toolbar : IDisposable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>Toolbar</code> class allows you to manipulate the toolbar elements for different layouts such as desktop, mobile, and fullscreen.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Desktop" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Desktop">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Desktop.html#GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Desktop">Desktop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the toolbar items configured for the desktop layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Fullscreen" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Fullscreen">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Fullscreen.html#GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Fullscreen">Fullscreen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the toolbar items configured for fullscreen mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Mobile" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Mobile">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Mobile.html#GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Mobile">Mobile</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the toolbar items configured for the mobile layout.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Dispose" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Dispose.html#GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Toggle_System_Boolean_" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Toggle(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Toolbar.Toggle.html#GrapeCity_ActiveReports_Blazor_Viewer_Toolbar_Toggle_System_Boolean_">Toggle(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Toggles the toolbar visibility.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
