Getting Started with WinUI DateTimePicker
This tutorial will walk you through the creation of a sample application that contains RadDateTimePicker.
Assembly References
In order to use RadDateTimePicker control in your projects you have to add references to the following assemblies:
- Telerik.WinUI.Controls.dll
Defining a RadDateTimePicker
You can access the RadDateTimePicker control through an alias pointing to the Telerik.UI.Xaml.Controls.Input namespace: xmlns:input="using:Telerik.UI.Xaml.Controls.Input"
Example 1: Adding a RadDateTimePicker in XAML
<Grid>
<input:RadDateTimePicker/>
</Grid>