Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
Binding for XamDateTimeEditor.ValueConstraint
posted

I have XAML code for the view like this. In the view model, I have two properties, SelectedCloseDate and CloseDate, and they are the same initially. The XamDateTimeEditor is populated with SelectedCloseDate's DateTime value initially, but the ValueConstraint cannot be binded with the CloseDate properties. If I replace the "{Binding CloseDate}" to just "11/24/2016", then the MaxInclusive constraint will work. Could you guys provide a workaround for that, maybe some sort of converter? Shouldn't something basic like this should be built in already?

Parents
No Data
Reply Children
No Data