Date picker validation WPF

Posted by developer on Stack Overflow See other posts from Stack Overflow or by developer
Published on 2010-04-09T20:59:35Z Indexed on 2010/04/09 21:03 UTC
Read the original article Hit count: 843

Filed under:
|
|

How to apply validations to WPF datepicker toolkit? I want it to error out if invalid date is selected and in some case I have Arrival and Departure dates, so I want to validate it to see that the arrival date is not later than the departure date.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datepicker