Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / Editor Property


In This Topic
    Editor Property (AjaxComboBoxCellType)
    In This Topic
    Gets or sets the text box editing control.
    Syntax
    'Declaration
     
    
    Public Overrides Property Editor As WebControl
    'Usage
     
    
    Dim instance As AjaxComboBoxCellType
    Dim value As WebControl
     
    instance.Editor = value
     
    value = instance.Editor
    public override WebControl Editor {get; set;}

    Property Value

    Text box editing control
    See Also