New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI TimePicker Visual Structure
This article describes all visual elements that are used in the TimePicker for .NET MAUI.
Before and After Time Value Selection
Popup Visual Structure
Legend
Placeholder
—The text visualized before picking a time value. You can customize the placeholder through thePlaceholderTemplate
property.DisplayStringFormat
—The text visualized after a time value is picked.Header
—The text displayed in the popup header. You can set it to a direct text input through theHeaderLabelText
property or customize the popup header by using theHeaderTemplate
property.SpinnerHeader
—The text visualized for the spinner header depending on the values that are picked. For example, if theSpinnerFormatString
isg
andAreSpinnerHeadersVisible="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 theFooterTemplate
property.