# GrapeCity.ActiveReports.Blazor.Designer.Editor

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_Editor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor" class="text-break">Editor Class
</h1>
  <div class="markdown level0 summary"><p>Represents the information about the availability of common actions with the report and selected items.</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">Editor</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_Editor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Editor</code></pre>
  </div>
  <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_Designer_Editor_CanCopy" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanCopy">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanCopy.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_CanCopy">CanCopy()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if the copy action is available for the selected item/items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_CanCut" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanCut">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanCut.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_CanCut">CanCut()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if the cut action is available for the selected item/items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_CanDelete" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanDelete">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanDelete.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_CanDelete">CanDelete()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if the delete action is available for the selected item/items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_CanPaste" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanPaste">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanPaste.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_CanPaste">CanPaste()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if the paste action is available for the selected item/items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_CanRedo" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanRedo">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanRedo.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_CanRedo">CanRedo()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if the redo action is available.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_CanUndo" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanUndo">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.CanUndo.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_CanUndo">CanUndo()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if the undo action is available.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_Copy" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.Copy">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.Copy.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_Copy">Copy()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the copy action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_Cut" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.Cut">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.Cut.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_Cut">Cut()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the cut action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_Delete" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.Delete">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.Delete.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the delete action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_Paste" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.Paste">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.Paste.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_Paste">Paste()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the paste action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_Redo" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.Redo">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.Redo.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_Redo">Redo()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the redo action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Editor_Undo" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Editor.Undo">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Editor.Undo.html#GrapeCity_ActiveReports_Blazor_Designer_Editor_Undo">Undo()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the undo action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
