Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridFilterRow Class / AutoComplete Property

In This Topic
    AutoComplete Property (GridFilterRow)
    In This Topic
    Gets or sets whether the typed text will be auto-completed based on the data in the grid.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As Boolean
    public bool AutoComplete {get; set;}
    See Also