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

.NET MAUI ComboBox Visual Structure

The visual structure of the .NET MAUI ComboBox represents the anatomy of the UI control. Being familiar with the visual elements of the ComboBox allows you to quickly find the information required to configure them.

The images in this article show the anatomy of the ComboBox and its building blocks.

ComboBox Visual Structure

Telerik UI for .NET MAUI ComboBox Placeholder Visual Structure

  • Placeholder—The text that guides the end-user on what can be entered/searched in the input.
  • DropDown Button—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.

Single Selection Structure

Telerik UI for .NET MAUI ComboBox Single Selection Visual Structure

  • Text—The text entered in the control's input filed.
  • Clear Button—Clears the selection in the control (for both multiple and single selection scenarios).
  • DropDown Button—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.
  • Selected Item—The currently selected item.

Tokens Structure

Telerik UI for .NET MAUI ComboBox Tokens Visual Structure

  • Tokens—When multiple items are selected from the dropdown list, these items appear as tokens. They can be deselected using their close button.
  • ShowMore Template—This template represents a UI that is displayed when the control is not focused and the space is insufficient to show all tokens in a multiple selection scenario.

Multiple Selection Structure

Telerik UI for .NET MAUI ComboBox DropDown Multiple Selection Visual Structure

  • Tokens—When multiple items are selected from the dropdown list, these items appear as tokens. They can be deselected using their close button.
  • SelectedItems—The selected items when multiple selection is used.
  • ShowMore Template—This template represents a UI that is displayed when the control is not focused and the space is insufficient to show all tokens in a multiple selection scenario.

Edit Mode Structure

Telerik UI for .NET MAUI ComboBox Edit Mode Visual Structure

  • Clear Button—Clears the selection in the control (for both multiple and single selection scenarios).
  • DropDown Button—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.
  • RadTextInput—The control used for the text input.
  • Text—The text entered in the control's input filed.
  • Highlighted Items—The items that match the text entered in the input area.