[]
        
Represents the partial (abstract) implementation of the IEditor interface for a base editor for a cell.
public abstract class BaseEditor : IEditor3, IEditor
  Public MustInherit Class BaseEditor
    Implements IEditor3, IEditor
  | Name | Description | 
|---|---|
| BaseEditor() | 
| Name | Description | 
|---|---|
| EditorClientScriptUrl | Gets the URL of the client script file for the editor control.  | 
      
| Validators | Gets the validator collection.  | 
      
| Name | Description | 
|---|---|
| ApplyStyleTo(TableCell, Appearance, Inset, bool) | Applies the appearance settings (style) to the table cell (TableCell object).  | 
      
| GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Creates the cell editor control.  | 
      
| GetEditorValue(Control, string) | Gets the editing value posted back from the client for the editor control.  | 
      
| GetSpread(Control) | Returns the FpSpread control.  | 
      
| GetValidators() | Gets the validator collection. Overwrites this method to allow customizing the returned result from the Validators property.  | 
      
| ValidateEditorValue(object) | Validates the input value for the editor control.  |