Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoCompleteMode - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoCompleteMode

    Auto complete mode.

    Inheritance
    System.Object
    AutoCompleteMode
    Namespace: Com.Syncfusion.Autocomplete
    Assembly: Syncfusion.SfAutoComplete.Android.dll
    Syntax
    public sealed class AutoCompleteMode : Enum

    Fields

    Append

    Appends the first matching string with the entered text input.

    Declaration
    public const AutoCompleteMode Append
    Field Value
    Type Description
    AutoCompleteMode

    Suggest

    Displays the suggestion in the dropdown.

    Declaration
    public const AutoCompleteMode Suggest
    Field Value
    Type Description
    AutoCompleteMode

    SuggestAppend

    Displays the suggestion in the dropdown along with appending the first matching string..

    Declaration
    public const AutoCompleteMode SuggestAppend
    Field Value
    Type Description
    AutoCompleteMode

    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