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
2009-04-14 13:54:02
Thanks, that's helped.
cyberbobcat
2009-04-14 15:13:49