Can anybody help me?
I cannot find the minDate property in a calendar control in WPF 4.0.
If the calendar control does not have the minDate or maxDate property, then how can I achieve the same?
Do you just want to limit the selected start and end dates? If so, you can use DisplayDateStart and DisplayDateEnd:
<Grid> <Calendar ... DisplayDateStart="5/1/2013" DisplayDateEnd="3/31/2014" /> </Grid>
Source: https://habr.com/ru/post/946953/More articles:Magento - blank / blank page when printing invoice for backend - phpSpring redirect security after login - springError creating an Android project with Maven: platform level 16 / API unavailable - androidDoes JSON.parse () use the internal function eval ()? - jsonMAVEN Invalid SDK: Level 16 for platform / API unavailable - androidMongoException: keys with zero length are not allowed, did you use $ with double quotes? - mongodbPython pkgutil.walk_packages does not return subpackages - pythonUIMenuController with a custom item not working with UICollectionview - objective-cOpenSSL client does not send client certificate - c ++declare a list of fixed-size arrays in C # - arraysAll Articles