我想在我的表单(xaml)中显示人的名字和姓氏我使用绑定从屏幕获取人员属性,但我没有在屏幕中计算属性,因为我不知道如何创建这个!在该代码中,我只使用名字,但我想要名字和姓氏!!!:(
<telerik:Label Grid.Row="4" Grid.Column="0" Content="{Binding PersonelPropertiesTab,Source={StaticResource localResource}}"/>
<telerik:RadComboBox Grid.Row="4" Grid.Column="1" ItemsSource="{Binding Screen.PersonelProperties}"
SelectedItem="{Binding Screen.CurriculuminformationProperty.PersonelProperty,Mode=TwoWay}"
SelectedValue="Id" DisplayMemberPath="applicantfirstname"/>
<viewer:DescriptionViewer Grid.Row="4" Grid.Column="5" Description="{Binding PersonelPropertiesTab,Source={StaticResource localResource}}"/>
我读了一些关于它们是用于电灯开关而不是银光的文章。你能给我很好的参考吗?