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

In This Topic
    Text Property (C1TextBox)
    In This Topic
    Gets or sets the text displayed.
    Syntax
    'Declaration
     
    
    Public Overridable Property Text As String
    public virtual string Text {get; set;}
    See Also