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

In This Topic
    Text Property (TextBoxAutoCompleteEventArgs)
    In This Topic
    Gets or sets the text that is being auto-completed.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    Remarks
    Use this property to correct the capitalization of the entered text.
    See Also