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 : EnumFields
Multiple
Allows to select one or more items from a list.
Declaration
public const ComboBoxSelectionMode MultipleField Value
| Type | 
|---|
| ComboBoxSelectionMode | 
Single
Allows to select a single item from a list.
Declaration
public const ComboBoxSelectionMode SingleField Value
| Type | 
|---|
| ComboBoxSelectionMode |