Winform中DataGridView绑定IList数据源后的排序的控件

也是从网上看到的方法,我封装好了

使用方法:

使用方法:

IList<Model> aaa = new List<Model>();
aaa
= Getr();
dataGridView1.DataSource
= new ZiZhuDi.IListdataGridViewSort.BindingCollection<Model>(aaa);


下载地址:http://download.csdn.net/source/3142910

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2022-02-08
  • 2022-02-08
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2021-11-08
  • 2022-02-08
  • 2021-05-01
  • 2022-02-08
  • 2021-06-15
  • 2022-02-28
相关资源
相似解决方案