# FarPoint.Web.Spread.Editor.BaseEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_BaseEditor" data-uid="FarPoint.Web.Spread.Editor.BaseEditor" class="text-break">BaseEditor Class
</h1>
  <div class="markdown level0 summary"><p>Represents the partial (abstract) implementation of the IEditor interface
for a base editor for a cell.</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">BaseEditor</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Editor.CheckBoxEditor.html">CheckBoxEditor</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Editor.ComboBoxEditor.html">ComboBoxEditor</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Editor.GeneralEditor.html">GeneralEditor</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Editor.ListBoxEditor.html">ListBoxEditor</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.html">MultiColumnEditor</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Editor.RadioButtonListEditor.html">RadioButtonListEditor</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.html">IEditor3</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.html">IEditor</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_BaseEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseEditor : IEditor3, IEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseEditor
    Implements IEditor3, IEditor</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_BaseEditor__ctor" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.-ctor.html#FarPoint_Web_Spread_Editor_BaseEditor__ctor">BaseEditor()</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_Editor_BaseEditor_EditorClientScriptUrl" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.EditorClientScriptUrl">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.EditorClientScriptUrl.html#FarPoint_Web_Spread_Editor_BaseEditor_EditorClientScriptUrl">EditorClientScriptUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URL of the client script file for the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_BaseEditor_Validators" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.Validators">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.Validators.html#FarPoint_Web_Spread_Editor_BaseEditor_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_BaseEditor_ApplyStyleTo_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Boolean_" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.ApplyStyleTo(System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.ApplyStyleTo.html#FarPoint_Web_Spread_Editor_BaseEditor_ApplyStyleTo_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Boolean_">ApplyStyleTo(TableCell, Appearance, Inset, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the appearance settings (style) to the table cell (TableCell object).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_BaseEditor_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.BaseEditor.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.BaseEditor.GetEditorControl.html#FarPoint_Web_Spread_Editor_BaseEditor_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_BaseEditor_GetEditorValue_System_Web_UI_Control_System_String_" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.GetEditorValue(System.Web.UI.Control,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.GetEditorValue.html#FarPoint_Web_Spread_Editor_BaseEditor_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_BaseEditor_GetSpread_System_Web_UI_Control_" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.GetSpread(System.Web.UI.Control)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.GetSpread.html#FarPoint_Web_Spread_Editor_BaseEditor_GetSpread_System_Web_UI_Control_">GetSpread(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the FpSpread control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_BaseEditor_GetValidators" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.GetValidators">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.GetValidators.html#FarPoint_Web_Spread_Editor_BaseEditor_GetValidators">GetValidators()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the validator collection. Overwrites this method to allow customizing the returned result from the <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.Validators.html#FarPoint_Web_Spread_Editor_BaseEditor_Validators">Validators</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_BaseEditor_ValidateEditorValue_System_Object_" data-uid="FarPoint.Web.Spread.Editor.BaseEditor.ValidateEditorValue(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.ValidateEditorValue.html#FarPoint_Web_Spread_Editor_BaseEditor_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>
