How to make silverlight date picker disable?
I want to make date picker control disable in silv开发者_StackOverflow中文版erlight . date should be entered from code side . how to do ? any suggestions ?
you can use IsEnabled functionality of Silverlight DatePicker like follows
<control IsEnabled="false"/>
精彩评论