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

In This Topic
    AutoComplete Property (C1AutoCompleteTextBox)
    In This Topic
    Gets or sets the callback used to provide the auto-completion text.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As EventHandler(Of TextBoxAutoCompleteEventArgs)
    public EventHandler<TextBoxAutoCompleteEventArgs> AutoComplete {get; set;}
    See Also