# FarPoint.Web.Spread.Editor.IEditor3

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_IEditor3" data-uid="FarPoint.Web.Spread.Editor.IEditor3" class="text-break">IEditor3 Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports the editor in a cell.</p>
</div>
  <div class="markdown level0 conceptual"></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_IEditor3_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEditor3 : IEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEditor3
    Inherits IEditor</code></pre>
  </div>
  <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_IEditor3_Validators" data-uid="FarPoint.Web.Spread.Editor.IEditor3.Validators">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.Validators.html#FarPoint_Web_Spread_Editor_IEditor3_Validators">Validators</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the validator collection.</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_IEditor3_GetValidators" data-uid="FarPoint.Web.Spread.Editor.IEditor3.GetValidators">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.GetValidators.html#FarPoint_Web_Spread_Editor_IEditor3_GetValidators">GetValidators()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the validator collection. This method is used to allow customizing the returned result from the <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.Validators.html#FarPoint_Web_Spread_Editor_IEditor3_Validators">Validators</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
