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

.NET MAUI ListPicker Visual Structure

Here are described all visual elements used in the List Picker for .NET MAUI.

Before and After an Item Is Selected

ListPicker Visual Structure

ListPicker Visual Structure Popup

Legend

  • Placeholder—The text visualized before picking an item from the list of items. A placeholder can be customized through the PlaceholderTemplate property.
  • DisplayStringFormat—The text visualized after an item from the list of items is picked.
  • Header—The text displayed in the popup header. You can set a direct text through the HeaderLabelText property or customize the popup header by using the HeaderTemplate property.
  • ItemTemplate—Defines the template used for displaying the list of items. For more information review Templates article.
  • SelectedItemTemplate—Specifies the template used for visualizing the selected item from the list. For more information review the Templates article.
  • Footer—The footer of the popup. By default, it contains the OK and Cancel buttons. You can customize it through the FooterTemplate property. For more information, review the Templates article.
In this article