New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI TimePicker Visual Structure
Updated on Dec 29, 2025
The visual structure of the .NET MAUI TimePicker represents the anatomy of the UI control. Being familiar with the visual elements of the TimePicker allows you to quickly find the information required to configure them.
The images in this article show the anatomy of the TimePicker and its building blocks.
TimePicker Structure

- Placeholder—The text visualized before picking a time value. You can customize the placeholder through the
PlaceholderTemplateproperty. - DisplayStringFormat—The text visualized after a time value is picked.
Popup Visual Structure

- Header—The text displayed in the popup header. You can set it to a direct text input through the
HeaderLabelTextproperty or customize the popup header by using theHeaderTemplateproperty. - Header Text—The text that is visualized in the header of the popup.
- SpinnerHeader—The text visualized for the spinner header depending on the values that are picked. For example, if the
SpinnerFormatStringisgandAreSpinnerHeadersVisible="True", the text visualized for the spinner header will be Hour Minutes AM/PM. - Spinner—Displays items in a list.
- SelectionHighlight—Highlights the currently selected time when the popup is open.
- Footer—The footer of the popup. By default, it contains the OK and Cancel buttons. It can be customized through the
FooterTemplateproperty.