The WPF TimePicker control provides an intuitive, touch-friendly interface to quickly select time. It supports time formatting, minimum and maximum times, nullable support, watermark text, and more. In addition, you can customize the time selector appearance.
The WPF TimePicker control supports formatting the time. It also supports formatting the time selector UI in dropdown popup.
Edit the time using a text box.
The WPF TimePicker control display hint information using watermark text when the time is null. In addition, load templates for the watermark text display.
Show or hide the drop-down button. The drop-down button is used to select time when inline editing is enabled.
Restrict users to selecting a time within a range by specifying minimum and maximum times.
Highlight the hot spots of a control such as the time selector UI or drop-down button using an accent brush.
Toggle the visibility of the done and cancel buttons in the footer of the drop-down time selector.
The WPF TimePicker control display hint information in a drop-down header. Customize the drop-down header using a data template.
WPF datepicker control allows to completely customize the date selection UI with custom templates and properties.
Localize all the static default strings in the WPF TimePicker to any supported language.
Easily get started with the WPF TimePicker using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF TimePicker Example that shows you how to render and configure the TimePicker in WPF.
<syncfusion:SfTimePicker x:Name="sfTimePicker" Width="200"/>
using Syncfusion.Windows.Controls.Input;
namespace SfTimePickerSampleWpfApp1
{
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
//Creating an instance of SfTimePicker control
SfTimePicker sfTimePicker = new SfTimePicker();
//Adding SfTimePicker as window content
this.Content = sfTimePicker;
}
}
}
Syncfusion WPF TimePicker 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.