New to Telerik UI for WinUI? Download free 30-day trial

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> 
WinUI RadDateTimePicker Rad Date Time Picker Example

Telerik UI for WinUI Learning Resources

In this article
Not finding the help you need?