New to Telerik UI for WinUIStart a free 30-day trial

Getting Started with WinUI DatePicker

Updated on Mar 26, 2026

This tutorial will walk you through the creation of a sample application that contains RadDatePicker.

Assembly References

In order to use RadDatePicker control in your projects you have to add references to the following assemblies:

  • Telerik.WinUI.Controls.dll
  • Telerik.Licensing.Runtime.dll

Defining a RadDatePicker

You can access the RadDatePicker 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 RadDatePicker in XAML

XAML
<Grid>
	<input:RadDatePicker Width="300"/>
</Grid>

WinUI Rad Date Picker Overview

Telerik UI for WinUI Learning Resources