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

In This Topic
    Text Property (TextBoxChangedEventArgs)
    In This Topic
    Gets or sets the text that is being auto-completed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    public string Text {get;}
    See Also