Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    ComboBoxMode

    Suggest

    Displays the suggestion in the dropdown.

    Declaration
    public const ComboBoxMode Suggest
    Field Value
    Type Description
    ComboBoxMode

    SuggestAppend

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

    Declaration
    public const ComboBoxMode SuggestAppend
    Field Value
    Type Description
    ComboBoxMode

    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