menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxSelectionMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxSelectionMode

    Defines constants that specify the selection mode of a ComboBox control.

    Inheritance
    System.Object
    ComboBoxSelectionMode
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public sealed class ComboBoxSelectionMode : Enum

    Fields

    Multiple

    Allows to select one or more items from a list.

    Declaration
    public const ComboBoxSelectionMode Multiple
    Field Value
    Type
    ComboBoxSelectionMode

    Single

    Allows to select a single item from a list.

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