# FarPoint.Web.Spread.Editor.EditModeSettings.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Editor_EditModeSettings__ctor_" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.#ctor*">EditModeSettings Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Editor_EditModeSettings__ctor_" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Editor_EditModeSettings__ctor_FarPoint_Web_Spread_Renderer_IFormatter_" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.#ctor(FarPoint.Web.Spread.Renderer.IFormatter)">EditModeSettings(IFormatter)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.Editor.EditModeSettings.html">EditModeSettings</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected EditModeSettings(IFormatter formatter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(formatter As IFormatter)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Renderer.IFormatter.html">IFormatter</a></td>
      <td><span class="parametername">formatter</span></td>
      <td><p>The formatter.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
