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

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