Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / ComboBoxEditor Class
Properties Methods


In This Topic
    ComboBoxEditor Class Members
    In This Topic

    The following tables list the members exposed by ComboBoxEditor.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the component automatically posts back when clicked.  
    Public PropertyGets or sets the background color of the cell.  
    Public PropertyGets the URL of the client script file for the editor control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public PropertyGets the items in the combo box as an array.  
    Public PropertyGets or sets the client-side changed event properties.  
    Public PropertyGets or sets whether to use the value.  
    Public PropertyGets the validator collection. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public PropertyGets the values in the combo box as an array.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a combo box editor control.  
    Public MethodGets the editing value posted back from the client for the editor control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public MethodGets the validator for the editor control used to validate values. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public MethodGets the validator collection. Overwrites this method to allow customizing the returned result from the Validators property. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public MethodValidates the input value for the editor control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Top
    Protected Methods
     NameDescription
    Protected MethodApplies the appearance settings (style) to the table cell (TableCell object). (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Protected MethodReturns the FpSpread control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Top
    See Also