Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些与搜索模型的属性绑定的控件。未选中无线电时,将禁用所有输入控件。当控件被禁用而不更改当前控件的任何值时,我需要将搜索模型的绑定值设置为默认值(其类型)。
谢谢,
您必须将每个 TextBox 的 IsEnable 属性与 ViewModel 中的属性绑定,然后当它变为 false 时,您可以将 value 属性设置为其默认值。