.NET MAUI DatePicker Templates
The Telerik UI for .NET MAUI DatePicker provides a set of templates for customizing its elements.
Placeholder Template
The PlaceholderTemplate
(ControlTemplate
) defines the template visualized for the placeholder of the DatePicker. The following example demonstrates how to set the default placeholder template.
You can also customize the placeholder template.
1. Define the DatePicker:
2. Define the template.
3. Add the following namespace:
The following image shows the end result.
Display Template
The DisplayTemplate
(ControlTemplate
) defines the template visualized when the picked date/time of the DatePicker is displayed. The following example demonstrates how to set the display template.
You can also customize the display template.
1. Define the DatePicker:
2. Define the template.
1. Add the following namespace:
The following image shows the end result.
Header Template
The HeaderTemplate
(ControlTemplate
) defines what will be displayed inside the dialog (popup) header of the DatePicker. The following example demonstrates how to set the header template.
You can also customize the header template.
1. Define the DatePicker:
2. Define the template.
3. Add the following namespace:
Footer Template
The FooterTemplate
(ControlTemplate
) defines what will be displayed inside the dialog (popup) footer of the DatePicker. The following example demonstrates how to set the footer template.
You can also customize the footer template.
1. Define the DatePicker:
2. Define the template.
3. Add the following namespace:
The following image shows the end result.