dev控件的使用GridControl怎么清空表中的内容GridControl控件绑定数据源,然后我想把控件中的内容都清空掉,请问怎么解决? [解决办法]
gcList.DataSource=null;