WPF 4.0 doesn’t provide a DateTimePicker out of the box.
Updated
I’m used the Extended WPF Toolkit http://wpftoolkit.codeplex.com/ in an recent project it includes a nice DateTimePicker Control – http://wpftoolkit.codeplex.com/wikipage?title=DateTimePicker&referringTitle=Home.
Sorry for this inaccuracy.
Related Contents:
- How to bind to a PasswordBox in MVVM
- ItemsControl with horizontal orientation
- How do I make XAML DataGridColumns fill the entire DataGrid?
- RichTextBox (WPF) does not have string property “Text”
- Formatting text in a TextBlock
- The default value type does not match the type of the property
- How to get children of a WPF container by type?
- How to get WPF Window to autosize to content and no more
- How to stretch in width a WPF user control to its window?
- Is there a MessageBox equivalent in WPF?
- Automatic vertical scroll bar in WPF TextBlock?
- Watermark / hint / placeholder text in TextBox?
- Page vs Window in WPF?
- What does InitializeComponent() do, and how does it work in WPF?
- How to detect modifier key states in WPF?
- How to open a web page from my application?
- WPF Application that only has a tray icon
- How do I get the current line number?
- How can I set the color of a selected row in DataGrid
- How could I put a border on my grid control in WPF?
- Why can’t I reference System.ComponentModel.DataAnnotations?
- Close Window from ViewModel [duplicate]
- How to set a binding in Code?
- How can I make a WPF combo box have the width of its widest element in XAML?
- How to read a text file in project’s root directory?
- How do I get rid of “[some event] never used” compiler warnings in Visual Studio?
- WPF checkbox binding
- Call Command from Code Behind
- Accessing a resource via codebehind in WPF
- Setting Canvas properties in an ItemsControl DataTemplate
- WPF loading spinner
- Listen to changes of dependency property
- WPF MVVM: How to close a window
- How do you display a custom UserControl as a dialog?
- How to bind WPF button to a command in ViewModelBase?
- Does form.onload exist in WPF?
- Minimize a window in WPF?
- Where is the data for Properties.Settings.Default saved?
- WrapPanel doesn’t wrap in WPF ListView
- How can I register a global hot key to say CTRL+SHIFT+(LETTER) using WPF and .NET 3.5?
- How to set a top margin only in XAML?
- Change margin programmatically in WPF / C#
- How do I bind a List to a WPF DataGrid?
- Can we run a C#/WPF application on Mac OS X?
- Using WPF components in NUnit tests – how to use STA?
- Where’s the file-picker dialog in WPF?
- Mouse scroll not working in a scroll viewer with a wpf datagrid and additional UI elements
- How to support ListBox SelectedItems binding with MVVM in a navigable application
- Grid Star-Size in code behind
- Use “real” CultureInfo.CurrentCulture in WPF Binding, not CultureInfo from IetfLanguageTag