I am trying to blackout future dates from the datepicker. I am using Silverlight for Windows Phone Toolkit for datepicker.
the code I am trying is
DatePicker.DisplayDateEnd = DateTime.Now;
It gives an error that Microsoft.Phone.Controls.DatePicker does not contain a definition for DisplayDateEnd.
Any Ideas, how to blackout or make the future date unselectable?
This is not possible by default: Limit date range in a DatePicker
You would have to download the code and modify it. You could add the properties you would like and ask for help if/when you are running into any issues.