Change DataGrid column header text

后端 未结 6 906
说谎
说谎 2021-01-11 23:26

I have a list of a specific class type Person and I want to make a DataGrid with it.

private void DataGrid_Loaded(object sender, Ro         


        
6条回答
  •  一个人的身影
    2021-01-12 00:02

    if you use sql for getting data, I mean don't use entity framework you can use an Alias for your columns.

提交回复
热议问题