【发布时间】:2015-07-08 11:49:44
【问题描述】:
控件声明如下:
<telerik:RadDateTimePicker InputMode="DateTimePicker"
IsTabStop="False"
Height="36"
Focusable="False"
Validation.ErrorTemplate="{x:Null}"
SelectionOnFocus="SelectAll"
x:Name="OutwardStartDate"
BorderThickness="2,2,2,2"
SelectedValue="{Binding OutwardDepartureDate, Mode=TwoWay, ValidatesOnDataErrors=true,
NotifyOnValidationError=true}" >
我找不到任何 XAML 属性以便在选择日期时自动关闭此控件。我偶然发现了this post on the official website,但是这个问题可以追溯到 5 年前,目前的答案都没有解决我的问题。
【问题讨论】:
标签: wpf telerik telerik-datepicker