New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public enum ComboBoxSelectionMode

Fields

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.

C#
Multiple = 1

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.

C#
Single = 0
In this article
DefinitionFieldsMultipleSingle
Not finding the help you need?
Contact Support