How can I get the current selected text of the DateTimePicker? Not the Date or CurrentDateText - just the mouse selection. Like the TextBox.SelectedText.
The best way to achieve this would be to inherit from the RadDateTimePicker control and to get the TextBox part of the control. Then you will be able to use its SelectedText property. Here is sample code: