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.
The WPF DatePicker control supports formatting the date. It also supports formatting the date selector UI in dropdown popup.
The WPF DatePicker control provides support for editing the date using text box.
Supports displaying hint information using watermark text when the selected date is null. In addition, it provides supports loading templates for watermark text display.
The WPF DatePicker control supports showing or hiding the dropdown button. The dropdown button is used to select dates when enabling inline editing.
Prevents users from selecting a date in a particular range by specifying minimum and maximum dates.
Supports to highlight the hot spots of a control such as date selector UI, dropdown button using accent brush.
Allows to toggle the visibility of done and cancel button in footer of dropdown date selector.
Provides support to display of hint information in dropdown header. Dropdown header support customization using date template.
The WPF DatePicker control allows to completely customize the date selection UI with custom templates and properties.
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;
}
}
}
The Syncfusion WPF DatePicker provides the following:
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.
A good place to start would be our comprehensive getting started documentation.
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.