.NET MAUI TimeSpanPicker Templates
If the default templates of the control do not suit your needs, you can define custom ones.
The available templates for customizing are:
-
PlaceholderTemplate
(ControlTemplate
)—Defines the template visualized for the placeholder.
-
DisplayTemplate
(ControlTemplate
)—Defines the template visualized when the picked date/time is displayed. -
HeaderTemplate
(ControlTemplate
)—Defines what will be displayed inside the dialog (popup) header. -
FooterTemplate
(ControlTemplate
)—Defines what will be displayed inside the dialog (popup) footer.
Placeholder Template
Display Template
Header Template
Footer Template
and the Time Span Picker definition: