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

In This Topic
    AutoComplete Property (TextBoxAutoCompleteEventArgs)
    In This Topic
    Gets or sets the text used to auto-complete.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As String
    public string AutoComplete {get; set;}
    See Also