# GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Action

## Content

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



<h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Action_" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Action*">Action Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Action_" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Action*"></a>
<h4 id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Action" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Action">Action</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[JsonIgnore]
public Action Action { get; set; }</code></pre>
</div>
<h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ToolbarItem_Action_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <code>Action</code> property allows you to define the action that should be executed when the toolbar item is clicked or activated.</p>
</div>
</div>
