Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 3.05 KB

overview.md

File metadata and controls

42 lines (26 loc) · 3.05 KB
title page_title description position slug
Overview
.NET MAUI DateTimePicker Documentation - Overview
Try now the Telerik DateTimePicker for .NET MAUI delivering a set of options for selecting dates.
0
datetimepicker-overview

.NET MAUI DateTimePicker Overview

The Telerik UI for .NET MAUI DateTimePicker provides a way to pick a date, time or date and time depending on the used format string Its items are visualized inside a popup or a drop-down. The DateTimePicker control has a number of features which enable you to set a date range, date and time format and customize the dialog appearance by setting, for example, its header and footer.

.NET MAUI DateTime Picker Overview

Key Features of the .NET MAUI DateTimePicker

  • [Spinner format]({%slug datetimepicker-formatting%}#setting-the-spinner-format)—The DateTimePicker for .NET MAUI allows you to use a standard or custom date format string through its SpinnerFormat property. Depending on what format is set, the picker visualizes spinner controls with the prepopulated values ready to be picked.

  • [Picker mode]({%slug datetimepicker-picker-mode%})—You can choose between Popup and DropDown UI for showing the spinner controls with the available date and time values. For Desktop the default picker mode is DropDown while for mobile it's Popup.

  • [Templates]({%slug datetimepicker-templates%})—The DateTimePicker provides templates for its header and footer as well as exposes templates for its placeholder and display text.

  • [DisplayString format]({%slug datetimepicker-formatting%}#setting-the-closed-dialog-string-format)—You can choose what text that will be displayed when a date is selected by using the DisplayStringFormat property of the DateTimePicker.

  • [Date ranges]({%slug datetimepicker-date-range%})—You can also define date ranges by setting minimum and maximum date values, and choose a date within that range.

  • [Flexible styling API]({%slug datetimepicker-styling%})—The DateTimePicker provides a number of styling capabilities, which enable you to style its spinners, popup and popup header and footer, the displayed text displayed after a date is selected, and more.

  • [Commands support]({%slug datetimepicker-commands%})—The DateTimePicker exposes commands that allow you to clear the selected date and to open and close the popup.

  • [Localization support]({%slug globalization-localization%}#localization)—Translate the used across the Date and Time Picker texts to other languages, so that your app can be adapted to different regions.

Next Steps

  • [Getting Started with Telerik UI for .NET MAUI DateTimePicker]({%slug datetimepicker-getting-started%})

See Also