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.
名前、住所、部門などのヘッダー名を含む監視可能なコレクションがあります。従業員名、場所、グループなどの異なる名前で監視可能なコレクションの上に表示したい
誰かがこれを解決するのを手伝ってくれますか?
前もって感謝します
各列のヘッダーを自分で選択できます。
<DataGrid ItemsSource="{Binding Path=YourObservableCollection}"> <DataGrid.Columns> <DaraGridTextColumn Header="Employee Name" Binding="{Binding Path=Name}"/> <DataGrid.Columns> </DataGrid>