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 |
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.
-
[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
andDropDown
UI for showing the spinner controls with the available date and time values. For Desktop the default picker mode isDropDown
while for mobile it'sPopup
. -
[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.
- [Getting Started with Telerik UI for .NET MAUI DateTimePicker]({%slug datetimepicker-getting-started%})