mvvm绑定checkbox wpf_wpf中使用mvvm,解决checkbox全选问题
开始原因是由于并不知道使用数据模板,需要加入数据源,要找到数据源的作用域。后面的命令部分代码如下:public ICommand SelectOrUnSelectAll{get { return new GeneryModelSoft.Commands.Command(p => SelectAll()); }}protected void SelectAll(){if (generyMode...