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 |
---|
ComboBoxSelectionMode |
Single
Allows to select a single item from a list.
Declaration
public const ComboBoxSelectionMode Single
Field Value
Type |
---|
ComboBoxSelectionMode |