Trusted by the world’s leading companies
Overview
The WPF DatePicker control provides an intuitive, touch-friendly interface to quickly select a date. It supports different date formats and specify minimum and maximum dates to restrict date selection. It also adds support to customize the date selector appearance. In addition, it supports editing and built-in watermark text display.

Date format
The WPF DatePicker control supports formatting the date. It also supports formatting the date selector UI in dropdown popup.

Editing
The WPF DatePicker control provides support for editing the date using text box.

Watermark
Supports displaying hint information using watermark text when the selected date is null. In addition, it provides supports loading templates for watermark text display.

Dropdown button
The WPF DatePicker control supports showing or hiding the dropdown button. The dropdown button is used to select dates when enabling inline editing.

Date range
Prevents users from selecting a date in a particular range by specifying minimum and maximum dates.

Style and Appearance

Accent brush
Supports to highlight the hot spots of a control such as date selector UI, dropdown button using accent brush.

Dropdown footer
Allows to toggle the visibility of done and cancel button in footer of dropdown date selector.

Dropdown header
Provides support to display of hint information in dropdown header. Dropdown header support customization using date template.

Date selector appearance
The WPF DatePicker control allows to completely customize the date selection UI with custom templates and properties.
WPF DatePicker Code Example
Easily get started with the WPF DatePicker using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF DatePicker Example that shows you how to render and configure the DatePicker in WPF.
<syncfusion:SfDatePicker x:Name="sfDatePicker" Width="200"/>using Syncfusion.Windows.Controls.Input;
namespace SfDatePickerSampleWpfApp1
{
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
//Creating an instance of SfDatePicker control
SfDatePicker sfDatePicker = new SfDatePicker();
//Adding SfDatePicker as window content
this.Content = sfDatePicker;
}
}
}Not sure how to create your first WPF DatePicker? Our documentation can help.
I’d love to read it now145+ WPF CONTROLS
Frequently Asked Questions
Why should you choose Syncfusion WPF DatePicker?
The Syncfusion WPF DatePicker provides the following:
- Date validation customization support.
- Rich UI interaction and keyboard navigation.
- Touch-friendly and responsive UI.
- Rich UI customization.
Customization based on culture.
- One of the best WPF DatePicker in the market that offers feature-rich UI to interact with the software.
- Simple configuration and API.
Extensive demos, documentation to learn quickly and get started with WPF DatePicker.
Can I download and utilize the Syncfusion WPF DatePicker for free?
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
How do I get started with Syncfusion WPF DatePicker?
A good place to start would be our comprehensive getting started documentation.
Our Customers Love Us
Awards
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.