MaskedDateTimeInput
The RadMaskedDateTimeInput
` represents the basic control that can be used to restrict the input of DateTime values.
In order to use the RadMaskedDateTimeInput control in your projects you have to add references to the following assemblies:
- Telerik.Licensing.Runtime
- Telerik.Windows.Controls
- Telerik.Windows.Controls.Input
-
Telerik.Windows.Data
You can find more info here.
With the 2025 Q1 release, the Telerik UI for WPF has a new licensing mechanism. You can learn more about it here.
Declaratively defined MaskedDateTimeInput
Here is a simple definition of a RadMaskedDateTimeInput control:
Define RadMaskedDateTimeInput in XAML
Data Binding
RadMaskedDateTimeInput's Value
property is of type DateTime
and you can bind it to view model's property of type DateTime.
Binding to the object type is not supported and may result in unpredictable behavior.
Define the view model
Binding the Value property
Change AM/PM
With the built-in functionality of the control it is not necessary to type AM or PM in order to change the time period. When the caret is on the time period you can simply press UP or DOWN arrow keys from AM to PM and vice verse. In order to display the time period simply add "t" or "tt" in the Mask property.
Binding the Value property
Showing the time period
FormatString
You can further format the entered value by setting the FormatString
property.
Setting the FormatString property
Showing the text value when the control is focused
Showing the text value when the control is unfocused