menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Enum ComboBoxMode

    Represents the enumeration for ComboBoxMode.

    Namespace: Syncfusion.XForms.WPF.ComboBox
    Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
    Syntax
    public enum ComboBoxMode

    Fields

    Name Description
    Append

    Appends the suggested text.

    None

    Suggestion and append are not performed.

    Suggest

    Displays all the suggestions in a dropdown.

    SuggestAppend

    Appends the suggested text and displays all the suggestions in a dropdown.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved