Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / IEditor3 Interface
Properties Methods

In This Topic
    IEditor3 Interface Members
    In This Topic

    The following tables list the members exposed by IEditor3.

    Public Properties
     NameDescription
     PropertyGets the URL of the editor if the editor supports client scripting. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     PropertyGets the validator collection.  
    Top
    Public Methods
     NameDescription
     MethodCreates the cell editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     MethodGets the editing value posted back from the client for the editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     MethodGets the BaseValidator object for this editor. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
     MethodGets the validator collection. This method is used to allow customizing the returned result from the Validators property.  
     MethodValidates the input value for the editor control. (Inherited from FarPoint.Web.Spread.Editor.IEditor)
    Top
    See Also