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 |