Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridFilterCell Class / UseAutoComplete Property

In This Topic
    UseAutoComplete Property
    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 UseAutoComplete As Boolean
    public bool UseAutoComplete {get; set;}
    See Also