menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class AutoCompleteMode

    Contains the values for the AutoCompleteMode enumeration that about to filter the suggestion items based on user input.

    Inheritance
    System.Object
    AutoCompleteMode
    Namespace: Syncfusion.SfAutoComplete.XForms
    Assembly: Syncfusion.SfAutoComplete.XForms.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
    AutoCompleteMode

    Suggest

    Displays the suggestion in the dropdown.

    Declaration
    public const AutoCompleteMode Suggest
    Field Value
    Type
    AutoCompleteMode

    SuggestAppend

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

    Declaration
    public const AutoCompleteMode SuggestAppend
    Field Value
    Type
    AutoCompleteMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved