Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoComplete - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoComplete

    Specifies whether the browser is allow to automatically enter or select a value for the textbox.

    Inheritance
    System.Object
    AutoComplete
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AutoComplete : Enum

    Fields

    Off

    Specifies that autocomplete is disabled.

    Declaration
    public const AutoComplete Off
    Field Value
    Type Description
    AutoComplete

    On

    Specifies that autocomplete is enabled.

    Declaration
    public const AutoComplete On
    Field Value
    Type Description
    AutoComplete

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved