设置datagridview绑定数据源中的特定列表
ActionSource = new BindingSource();
ActionSource.DataSource = step;
ActionSource.DataMember = "Actions";
ActionSource = new BindingSource();
ActionSource.DataSource = step;
ActionSource.DataMember = "Actions";