# FarPoint.Web.Spread.Editor.EditModeSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_EditModeSettings" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings" class="text-break">EditModeSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the format setting of a cell type in edit mode.</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">EditModeSettings</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.CurrencyCellType.EditModeSettings.html">CurrencyCellType.EditModeSettings</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.DateTimeCellType.EditModeSettings.html">DateTimeCellType.EditModeSettings</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.html">DoubleCellType.EditModeSettings</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.IntegerCellType.EditModeSettings.html">IntegerCellType.EditModeSettings</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Editor.html">FarPoint.Web.Spread.Editor</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Editor_EditModeSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class EditModeSettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class EditModeSettings</code></pre>
  </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="FarPoint_Web_Spread_Editor_EditModeSettings__ctor_FarPoint_Web_Spread_Renderer_IFormatter_" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.#ctor(FarPoint.Web.Spread.Renderer.IFormatter)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.EditModeSettings.-ctor.html#FarPoint_Web_Spread_Editor_EditModeSettings__ctor_FarPoint_Web_Spread_Renderer_IFormatter_">EditModeSettings(IFormatter)</a>
        </td>
        <td 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>
</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="FarPoint_Web_Spread_Editor_EditModeSettings_Formatter" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.Formatter">
          <a class="xref" href="FarPoint.Web.Spread.Editor.EditModeSettings.Formatter.html#FarPoint_Web_Spread_Editor_EditModeSettings_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatter.</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="FarPoint_Web_Spread_Editor_EditModeSettings_Apply" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.Apply">
          <a class="xref" href="FarPoint.Web.Spread.Editor.EditModeSettings.Apply.html#FarPoint_Web_Spread_Editor_EditModeSettings_Apply">Apply()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies format settings to the specified formatter.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_EditModeSettings_Restore" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.Restore">
          <a class="xref" href="FarPoint.Web.Spread.Editor.EditModeSettings.Restore.html#FarPoint_Web_Spread_Editor_EditModeSettings_Restore">Restore()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores saved format settings to the specified formatter.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_EditModeSettings_Save" data-uid="FarPoint.Web.Spread.Editor.EditModeSettings.Save">
          <a class="xref" href="FarPoint.Web.Spread.Editor.EditModeSettings.Save.html#FarPoint_Web_Spread_Editor_EditModeSettings_Save">Save()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current format settings.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
