.NET MAUI TemplatedPicker Overview
The Telerik UI for .NET MAUI TemplatedPicker is a fully customizable picker control which allows you to create a custom picker based on the scenario you want to achieve. You can pick an item from a selector with a custom template. The items are visualized inside a popup or a dropdown.
Key Features of the .NET MAUI TemplatedPicker
-
Selector template—The custom picker control allows you to define a template for the items.
-
Display String Format—You can choose what text to display when an item from the selector template is picked through the
DisplayStringFormat
TemplatedPicker property. -
Picker mode—You can choose between
Popup
andDropDown
UI for showing the spinner controls with the available time values. For Desktop the default picker mode isDropDown
while for mobile it'sPopup
. -
Flexible styling API—Take advantage of the styling capabilities of TemplatedPicker. You can style its spinners, the popup, and its header and footer.
-
Commands support—The TemplatedPicker exposes the
ClearCommand
command that allows you to clear the selected item and theToggleCommand
that allows you to open and close the dialog. -
Localization support—Translate the used across the TemplatedPicker texts to other languages, so that your app can be adapted to different regions.