[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.IEditor

IEditor Interface

Interface that supports the editor in a cell.

Namespace: FarPoint.Web.Spread.Editor
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface IEditor
Public Interface IEditor

Properties

Name Description
EditorClientScriptUrl

Gets the URL of the editor if the editor supports client scripting.

Methods

Name Description
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.

GetValidator()

Gets the BaseValidator object for this editor.

ValidateEditorValue(object)

Validates the input value for the editor control.