.NET MAUI ComboBox Visual Structure
Here are described all visual elements used in the .NET MAUI ComboBox.
ComboBox Visual Structure
Single Selection
Multiple Selection
DropDown Visual Structure
Single Selection
Multiple Selection
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.