In latest release of extended WPFToolkit, I have seen that dateTimePicker Control does not have any property to disable the previous dates except today. In WPF DatePicker this option is available. It's having "DisplayDateStart" and "DisplayDateEnd". So that its makes some easier for developers.
Can WPF toolkit will implement this feature. In DateTimeUpDown I have seen the MinDate is implemented but not in DateTimePicker.
Comments: ** Comment from web user: BoucherS **
Can WPF toolkit will implement this feature. In DateTimeUpDown I have seen the MinDate is implemented but not in DateTimePicker.
Comments: ** Comment from web user: BoucherS **
Hi,
In v2.3, The DateTimePicker will have a Minimum and Maximum properties that will blackout dates on the calendar. So for example, if you set a Minimum to 2013/01/01 and a Maximum to 2013/12/31, the only available dates in the calendar will be in the year 2013.