New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI ComboBox Visual Structure

Here are described all visual elements used in the .NET MAUI ComboBox.

ComboBox Visual Structure

ComboBox Placeholder Visual Structure

Single Selection

ComboBox Single Selection Visual Structure

Multiple Selection

ComboBox Multiple Selection Visual Structure

Single Selection

ComboBox DropDown Single Selection Visual Structure

Multiple Selection

ComboBox DropDown Multiple Selection Visual Structure

Legend

  • Placeholder—The text which is used to give guidance to the end user on what can be entered/searched in the input.
  • ClearButton—Clears the selection of the control both multiple and single.
  • Tokens—When multiple items are selected from the dropdown list, these items appear as tokens. They can be deselected using their close button.
  • SelectedItem—The currently selected item.
  • SelectedItems—The selected items, when multiple selection is used.
  • DropDownButton—A button used for opening and closing the DropDown part of the control – the arrow icon of the button indicates whether it's currently opened or closed.
In this article