随笔分类 -  Devpress

摘要:如果对girdcontrol的datasource新添加数据,重新刷新, gridControl1.DataSource = list; gridView1.RefreshData(); 阅读全文
posted @ 2016-10-22 19:57 竹林雨声 阅读(8074) 评论(0) 推荐(1)
摘要:gridcontrol中添加按钮的步骤: 1. 把列的ColumnEdit属性设置为RepositoryItemButtonEdit 2. 把TextEditStyle属性设置为HideTextEditor; 3. 把Buttons的Kind属性设置为Glyph; 4. 把Buttons的HorzA 阅读全文
posted @ 2016-10-20 15:55 竹林雨声 阅读(3224) 评论(0) 推荐(1)