0
点赞
收藏
分享

微信扫一扫

[DevExpress]GridControl列复选框

zhongjh 2022-01-07 阅读 47

注册事件:

            this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.InactiveChecked;
            //this.gridView1.SetRowCellValue(selectRow, "IsStart", 1);
            //注册事件
            this.repositoryItemCheckEdit1.QueryCheckStateByValue += new 
举报

相关推荐

0 条评论