EnumComboBoxSelectionMode
Enum
Defines the selection behavior modes available for a RadComboBox control. This determines how users can interact with and select items from the dropdown list.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum ComboBoxSelectionMode
Fields
Multiple
Allows selection of multiple items simultaneously. Selected items are displayed as tokens and can be individually removed. This mode enables users to build a collection of selected items from the dropdown list.
Single
Allows selection of only one item at a time. Selecting a new item automatically deselects the previously selected item. This is the default and most common selection mode for ComboBox controls.