# FarPoint.Web.Spread.Editor.IEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_IEditor" data-uid="FarPoint.Web.Spread.Editor.IEditor" class="text-break">IEditor 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_IEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface 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_IEditor_EditorClientScriptUrl" data-uid="FarPoint.Web.Spread.Editor.IEditor.EditorClientScriptUrl">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.EditorClientScriptUrl.html#FarPoint_Web_Spread_Editor_IEditor_EditorClientScriptUrl">EditorClientScriptUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URL of the editor if the editor supports client scripting.</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_IEditor_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.Editor.IEditor.GetEditorControl(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.GetEditorControl.html#FarPoint_Web_Spread_Editor_IEditor_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_">GetEditorControl(string, TableCell, Appearance, Inset, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_IEditor_GetEditorValue_System_Web_UI_Control_System_String_" data-uid="FarPoint.Web.Spread.Editor.IEditor.GetEditorValue(System.Web.UI.Control,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.GetEditorValue.html#FarPoint_Web_Spread_Editor_IEditor_GetEditorValue_System_Web_UI_Control_System_String_">GetEditorValue(Control, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editing value posted back from the client for the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_IEditor_GetValidator" data-uid="FarPoint.Web.Spread.Editor.IEditor.GetValidator">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.GetValidator.html#FarPoint_Web_Spread_Editor_IEditor_GetValidator">GetValidator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the BaseValidator object for this editor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_IEditor_ValidateEditorValue_System_Object_" data-uid="FarPoint.Web.Spread.Editor.IEditor.ValidateEditorValue(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.ValidateEditorValue.html#FarPoint_Web_Spread_Editor_IEditor_ValidateEditorValue_System_Object_">ValidateEditorValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Validates the input value for the editor control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
