# GrapeCity.ActiveReports.Blazor.Designer.App

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_App" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App" class="text-break">App Class
</h1>
  <div class="markdown level0 summary"><p>Represents the main application class, providing access to application-level functionalities.</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">App</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_App_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class App</code></pre>
  </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_Designer_App_Editor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App.Editor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.App.Editor.html#GrapeCity_ActiveReports_Blazor_Designer_App_Editor">Editor</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_App_Panels" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App.Panels">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.App.Panels.html#GrapeCity_ActiveReports_Blazor_Designer_App_Panels">Panels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object providing access to the menu and sidebar panels.</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_Designer_App_Focus" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App.Focus">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.App.Focus.html#GrapeCity_ActiveReports_Blazor_Designer_App_Focus">Focus()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns focus to Designer. Focus may be lost when plug-in components are opened/closed.
Returning focus is essential to continue using Designer hotkeys like Ctrl+Z (undo), Ctrl+Y (redo), etc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_App_GetAbout" data-uid="GrapeCity.ActiveReports.Blazor.Designer.App.GetAbout">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.App.GetAbout.html#GrapeCity_ActiveReports_Blazor_Designer_App_GetAbout">GetAbout()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the application about information including documentation links and application details.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
