dev控件的使用GridControl如何清空表中的内容

dev控件的使用GridControl怎么清空表中的内容GridControl控件绑定数据源,然后我想把控件中的内容都清空掉,

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

gcList.DataSource=null;

[解决办法]
GridView.Columns.Clear();