Last Updated:
14 May 2024 15:37
by ADMIN
DateTimePicker: The names of the DependencyProperty and the CLR property of IsDropDownOpen don't match
The CLR property is named IsDropDownOpen, but the DependencyProperty has a type and it is named IsDownOpen. This works at runtime, but it brings an error at design-time.
The error says: "The property "IsDropDownOpen" is not a DependencyProperty. (some additional description here)"