.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.

Telerik Maui Ninja image

The TemplatedPicker is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

.NET MAUI TemplatedPicker Overview

Key Features

  • 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 and DropDown UI for showing the spinner controls with the available time values. For Desktop the default picker mode is DropDown while for mobile it's Popup.

  • 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 the ToggleCommand that allows you to open and close the dialog.

  • Localization support—Translate the used across the TimePicker texts to other languages, so that your app can be adapted to different regions.

Next Steps

See Also

In this article