Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / AutoCompleteFilteringEventArgs Class / FilterString Property

In This Topic
    FilterString Property (AutoCompleteFilteringEventArgs)
    In This Topic
    Gets or sets the FilterString of the autocomplete.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterString As String
    public string FilterString {get;}
    See Also