How I take the value of DateTimePicker in run time when I press on other button.
Thanks,
1 Answer, 1 is accepted
0
Yana
Telerik team
answered on 10 Mar 2022, 10:42 AM
Hi Daniel,
The DatePicker control exposes Date property which you can use to retrieve the selected date - you can bind it to a DateTime? property in the ViewModel or directly take it from the DatePicker instance, for example: