menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ComboBoxMode

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

    Inheritance
    System.Object
    ComboBoxMode
    Namespace: Syncfusion.XForms.ComboBox
    Assembly: Syncfusion.SfComboBox.XForms.dll
    Syntax
    public sealed class ComboBoxMode : Enum

    Fields

    Append

    Appends the first matching string with the entered text input.

    Declaration
    public const ComboBoxMode Append
    Field Value
    Type
    ComboBoxMode

    Suggest

    Displays the suggestion in the dropdown.

    Declaration
    public const ComboBoxMode Suggest
    Field Value
    Type
    ComboBoxMode

    SuggestAppend

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

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