且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将字典绑定到DataGrid或DataGridView

更新时间:2022-06-19 03:04:27

ou不能将字典绑定到DataGridView.您可能要考虑从字典中构建一个IList,然后将其绑定到DataGridView.
ou can''t bind a dictionary to a DataGridView. You might want to consider building an IList out of the dictionary and then bind it to the DataGridView.