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

.NET MAUI TemplatedPicker Visual Structure

This article describes all visual elements that are used in the TemplatedPicker for .NET MAUI.

Before and After Selection

TemplatedPicker Visual Structure Display Text

TemplatedPicker Visual Structure

Legend

  • Placeholder—The visualized text before the user picks a value from the popup. You can customize the placeholder through the PlaceholderTemplate property. For more information, review the Templates article.

  • DisplayStringFormat—The text visualized after an item from the selector is picked.

  • SelectedItem—The item which is highlighted when the popup of the picker is open.

  • Header—The header of the popup. For more information, review the Templates article.

  • SelectorTemplate—Defines the template used for displaying the selector of the picker. For more information, review the Templates article.

  • Footer—The footer of the popup. For more information, review the Templates article.

See Also

In this article