2010年9月18日

Dvexpress XtraGrid 如何在行中拖选,选中多行?

摘要: [C#代码]private void SelectRows(GridView view, int startRow, int endRow) {if(startRow > -1 && endRow > -1) {view.BeginSelection();view.ClearSelection();view.SelectRange(startRow, endRow);v... 阅读全文

posted @ 2010-09-18 15:34 少明 阅读(1009) 评论(0) 推荐(0)

Devexpress 各个版本编译脚本

摘要: ForewordWe offer a set of build scripts to automate the rebuilding of our components from source code for those who have the DXperience Enterprise or Universal installed. The scripts (DOS batch files... 阅读全文

posted @ 2010-09-18 14:02 少明 阅读(1598) 评论(0) 推荐(1)

导航