Hi,
In My Window Form i added DateTime Picker.Calendar has TextBox which it will disaply the selected date.But user can also enter in that calendar TextBox.
My problem is the user cannot enter any text in that Calendar TextBox.User can only enter his date through selecting the Calendar Only.
How to set the calendar TextBox as 'IsReadOnly ' property.
When i try to set as IsReadOnly the following error Message is showing
The property 'IsReadOnly' does not exist in XML namespace 'http://schemas.microsoft.com/wpf/2008/toolkit'.
Syed Shakeer Hussain