Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / Type Property

In This Topic
    Type Property (C1TextBox)
    In This Topic
    Gets or sets the type of text to be entered.
    Syntax
    'Declaration
     
    
    Public Overridable Property Type As TextBoxType
    public virtual TextBoxType Type {get; set;}
    See Also