请看下面一行
<TextBox Text="{Binding Price}"/>
上面的 Price 属性是一个 Decimal?
(可为空的小数)。
I want that if user deletes the content of the textbox (i.e. enters empty string, it should automatcally update source with null (Nothing in VB).
有什么办法可以让我做“ Xamly”吗?