views:

484

answers:

1

I need to be able to disable the selection of future dates within the Silverlight DatePicker control - any ideas ?

+4  A: 

http://msdn.microsoft.com/en-us/library/system.windows.controls.datepicker.displaydateend(VS.95).aspx

DatePicker.DisplayDateEnd = DateTime.Now;

?

Yossarian
Thanks, that's helped.
cyberbobcat