0

フォーム (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}}"/>

シルバーライトではなくライトスイッチ用であるという記事を読みました。良い参考書を教えてください。

4

1 に答える 1