摘要: http://www.cnblogs.com/zeroone/tag/devpress/http://my.oschina.net/u/1163318/blog/362638 阅读全文
posted @ 2015-04-27 15:43 Creatisan 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 在GridControl中添加按钮列的步骤如下:1. 把列的ColumnEdit属性设置为RepositoryItemButtonEdit2. 把TextEditStyle属性设置为HideTextEditor;3. 把Buttons的Kind属性设置为Glyph;4. 把Buttons的HorzA... 阅读全文
posted @ 2015-04-27 15:39 Creatisan 阅读(11290) 评论(1) 推荐(1) 编辑
摘要: DataTable dt=new DataTable();DataColumn dc=dt.Columns.Add("OBJECTID",Type.GetType("System.String"));dc = dt.Columns.Add("YDDW", Type.GetType("System.S... 阅读全文
posted @ 2015-04-27 15:33 Creatisan 阅读(1924) 评论(0) 推荐(0) 编辑