如何在TextBox中为属性名称添加后缀但保存到另一个属性中?

时间:2016-09-12 08:22:27

标签: wpf xaml

我有这段代码:

<TextBox Text="{Binding Path=SelectedSystem.RightHandRootName, StringFormat=\{0\}_R}" MaxLength="31"/>

我想要的是将文本框文本绑定到SelectedSystem.RightHandRootName,但我想将它预生成为“SelectedSystem.Name + _R”,如上面的代码所示。

SelectedSystem.Name是在此文本框之前绑定的属性。

0 个答案:

没有答案