Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseDropDownCellType Class / TextBoxEditor Property


In This Topic
    TextBoxEditor Property
    In This Topic
    Gets the textbox editor.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property TextBoxEditor As TextBox
    'Usage
     
    
    Dim instance As BaseDropDownCellType
    Dim value As TextBox
     
    value = instance.TextBoxEditor
    protected virtual TextBox TextBoxEditor {get;}
    See Also