# GrapeCity.ActiveReports.Blazor.Designer.App.Editor

## Content

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



<h1 id="GrapeCity_ActiveReports_Blazor_Designer_App_Editor_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App.Editor*">Editor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Blazor_Designer_App_Editor_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App.Editor*"></a>
<h4 id="GrapeCity_ActiveReports_Blazor_Designer_App_Editor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App.Editor">Editor</h4>
<div class="markdown level1 summary"><p>Gets the object providing information about the availability of common actions with the report and selected items in the editor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Editor Editor { 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.Designer.Editor.html">Editor</a></td>
      <td><p>An instance of <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.App.Editor.html#GrapeCity_ActiveReports_Blazor_Designer_App_Editor">Editor</a> that provides methods to interact with the report and selected items.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Blazor_Designer_App_Editor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Use this property to interact with the editor functionalities of the application.</p>
</div>
</div>
