Enum
ComboBoxSelectionMode

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.

Declaration

cs-api-definition
Multiple = 1

Field Value

ComboBoxSelectionMode

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.

Declaration

cs-api-definition
Single = 0

Field Value

ComboBoxSelectionMode

In this article
DefinitionFieldsMultipleSingle
Not finding the help you need?
Contact Support