设置datagridview绑定数据源中的特定列表

ActionSource = new BindingSource();
ActionSource.DataSource = step;
ActionSource.DataMember = "Actions";

posted @ 2022-07-13 18:37  一起看海吗  阅读(56)  评论(0)    收藏  举报