Class ComboBoxSelectionMode

    Show / Hide Table of Contents

    Class ComboBoxSelectionMode

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

    Inheritance
    System.Object
    ComboBoxSelectionMode
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.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 Description
    ComboBoxSelectionMode

    Single

    Allows to select a single item from a list.

    Declaration
    public const ComboBoxSelectionMode Single
    Field Value
    Type Description
    ComboBoxSelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved