.NET MAUI TemplatedPicker Visual Structure
This article describes all visual elements that are used in the TemplatedPicker for .NET MAUI.
Before and After Selection
Popup Visual Structure
Legend
Placeholder
—The visualized text before the user picks a value from the popup. You can customize the placeholder through thePlaceholderTemplate
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.