Spread for ASP.NET 11 Product Documentation
BaseEditor Class
Members 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace : BaseEditor Class
Represents the partial (abstract) implementation of the IEditor interface for a base editor for a cell.
Object Model
BaseEditor ClassValidatorCollection Class
Syntax
'Declaration
 
Public MustInherit Class BaseEditor 
   Implements IEditorIEditor3 
'Usage
 
Dim instance As BaseEditor
public abstract class BaseEditor : IEditorIEditor3  
Remarks
This is the base class for the IEditor interface implementation.
Inheritance Hierarchy

System.Object
   FarPoint.Web.Spread.Editor.BaseEditor
      FarPoint.Web.Spread.Editor.CheckBoxEditor
      FarPoint.Web.Spread.Editor.ComboBoxEditor
      FarPoint.Web.Spread.Editor.GeneralEditor
      FarPoint.Web.Spread.Editor.ListBoxEditor
      FarPoint.Web.Spread.Editor.MultiColumnEditor
      FarPoint.Web.Spread.Editor.RadioButtonListEditor

See Also

Reference

BaseEditor Members
FarPoint.Web.Spread.Editor Namespace
IEditor Interface