<DataGridTemplateColumn Header="购方名称" Width="260" HeaderStyle="{StaticResource DataGridColumnHeaderStyle1}">
                                    <DataGridTemplateColumn.CellTemplate>
                                        <DataTemplate>
                                            <TextBlock Text="{Binding DisplayName}">
                                                <TextBlock.ToolTip>
                                                    <StackPanel>
                                                        <TextBlock Text="{Binding DisplayDetail}"/> 
                                                    </StackPanel>
                                                </TextBlock.ToolTip>
                                            </TextBlock>
                                        </DataTemplate>
                                    </DataGridTemplateColumn.CellTemplate>
                                </DataGridTemplateColumn>

  

相关文章:

  • 2021-12-31
  • 2021-11-18
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2022-03-07
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
相关资源
相似解决方案