# GrapeCity.ActiveReports.Blazor.Designer.EditorSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_EditorSettings" data-uid="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings" class="text-break">EditorSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for the editor, controlling its appearance and behavior.</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">EditorSettings</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_EditorSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EditorSettings</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>EditorSettings</code> class provides properties to configure the appearance and behavior of the editor, including rulers, grid size, and snapping options.</p>
</div>
  <h3 id="constructors">Constructors
</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_EditorSettings__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.-ctor.html#GrapeCity_ActiveReports_Blazor_Designer_EditorSettings__ctor">EditorSettings()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_EditorSettings_GridSize" data-uid="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.GridSize">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.GridSize.html#GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_GridSize">GridSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default grid size used in the editor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_Rulers" data-uid="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.Rulers">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.Rulers.html#GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_Rulers">Rulers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rulers settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_ShowGrid" data-uid="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.ShowGrid">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.ShowGrid.html#GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_ShowGrid">ShowGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the grid should be shown or hidden by default.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_SnapToGrid" data-uid="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.SnapToGrid">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.SnapToGrid.html#GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_SnapToGrid">SnapToGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the default value for the snapToGrid option.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_SnapToGuides" data-uid="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.SnapToGuides">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.EditorSettings.SnapToGuides.html#GrapeCity_ActiveReports_Blazor_Designer_EditorSettings_SnapToGuides">SnapToGuides</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the default value for the snapToGuides option.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
