How to bind the Selected DateTime in WPF Toolkit's or extended Toolkit's DateTimePicker as I do not find a SelectedDateTime property?
I guesses I might need to bind it with the 'Value' property but I am not sure. No documentation is available.
I am using MVVM.