# FarPoint.Web.Spread.DoubleCellType.EditModeSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_DoubleCellType_EditModeSettings" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings" class="text-break">DoubleCellType.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"><a class="xref" href="FarPoint.Web.Spread.Editor.EditModeSettings.html">EditModeSettings</a></div>
    <div class="level2"><span class="xref">DoubleCellType.EditModeSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_DoubleCellType_EditModeSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DoubleCellType.EditModeSettings : EditModeSettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DoubleCellType.EditModeSettings
    Inherits 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_DoubleCellType_EditModeSettings__ctor_FarPoint_Web_Spread_DoubleCellType_" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.#ctor(FarPoint.Web.Spread.DoubleCellType)">
          <a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.-ctor.html#FarPoint_Web_Spread_DoubleCellType_EditModeSettings__ctor_FarPoint_Web_Spread_DoubleCellType_">EditModeSettings(DoubleCellType)</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="FarPoint_Web_Spread_DoubleCellType_EditModeSettings_DecimalDigits" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.DecimalDigits">
          <a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.DecimalDigits.html#FarPoint_Web_Spread_DoubleCellType_EditModeSettings_DecimalDigits">DecimalDigits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of decimal digits to display in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DoubleCellType_EditModeSettings_FixedPoint" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.FixedPoint">
          <a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.FixedPoint.html#FarPoint_Web_Spread_DoubleCellType_EditModeSettings_FixedPoint">FixedPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display placeholder zeros in the decimal portion
of the number for a fixed-point numeric display in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DoubleCellType_EditModeSettings_NumberFormat" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.NumberFormat">
          <a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.NumberFormat.html#FarPoint_Web_Spread_DoubleCellType_EditModeSettings_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a NumberFormatInfo that defines the format for editing a number.</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_DoubleCellType_EditModeSettings_Apply" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.Apply">
          <a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.Apply.html#FarPoint_Web_Spread_DoubleCellType_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_DoubleCellType_EditModeSettings_Restore" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.Restore">
          <a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.Restore.html#FarPoint_Web_Spread_DoubleCellType_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_DoubleCellType_EditModeSettings_Save" data-uid="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.Save">
          <a class="xref" href="FarPoint.Web.Spread.DoubleCellType.EditModeSettings.Save.html#FarPoint_Web_Spread_DoubleCellType_EditModeSettings_Save">Save()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current format settings.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
