# GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem" class="text-break">ToolbarItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a toolbar item in a 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">ToolbarItem</span></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_ToolbarItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ToolbarItem</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>ToolbarItem</code> class allows you to define and control individual items within a viewer's toolbar.
Each toolbar item can have its own unique identifier, state, display text, icon, and actions.</p>
</div>
  <h3 id="constructors">Constructors
</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_ToolbarItem__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem__ctor">ToolbarItem()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_ToolbarItem_Action" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Action">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Action.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action handler for the toolbar item. This handler is invoked when the item is activated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Checked" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Checked">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Checked.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the toolbar item is checked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Enabled" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Enabled">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Enabled.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the toolbar item is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_IconCssClass" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.IconCssClass">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.IconCssClass.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_IconCssClass">IconCssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class for the icon of the toolbar item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Key" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Key">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Key.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unique identifier for the toolbar item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_OnUpdate" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.OnUpdate">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.OnUpdate.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_OnUpdate">OnUpdate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the function that is called to update the state of the toolbar item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Text" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Text.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display text for the toolbar item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Title" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Title">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Title.html#GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text for the toolbar item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
