# GrapeCity.ActiveReports.Blazor.Designer.Mode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_Mode" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Mode" class="text-break">Mode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the default properties mode.</p>
</div>
  <div class="markdown level0 conceptual"></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_Mode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Mode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Mode_Advanced">Advanced</td>
        <td><p>Advanced properties mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Mode_Basic">Basic</td>
        <td><p>Basic properties mode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
