按照網上的介紹,新增按鈕:
在gridcontrol中新增按鈕列的步驟如下:
1. 把列的columnedit屬性設定為repositoryitembuttonedit
2. 把texteditstyle屬性設定為hidetexteditor;
3. 把buttons的kind屬性設定為glyph;
4. 把buttons的horzalignment屬性設定為near;
這裡有個細節要注意:新增按鈕時,要點buttons後面的按鈕,就可以新增多個按鈕。我作為乙個新手,花了兩天的時間才知道有乙個「機關」
5. 如果要用到事件的話,還要註冊事件,我看網上都只是給出**:
this
.repositoryitembuttonedit1.buttonclick +=
new
devexpress.xtraeditors.controls.buttonpressedeventhandler(
this
.repositoryitembuttonedit1
buttonclick);
其實做完這步,事實上還不行,還得設定乙個引數:
GridControl新增記錄的兩種方法
gridcontrol新增記錄是時可以每次增加一行或者每次增加一塊 這是目前本人在用的,有其他更好用的方法的同學,歡迎前來交流噢,一起學習一起進步 一 新增一條記錄 1 gridview.addnewrow 2 實現gridview initnewrow事件 廢話少說,直接擼 mainwindow....
GridControl常用屬性
this.gridview1.optionsview.showcolumnheaders true 顯示列標題 this.gridview1.optionsview.showindicator true 顯示行標題 this.gridview1.indicatorwidth 40 行標題寬度 顯示行...
GridControl常用設定
清空gridcontrol的drag a column header here說明 gridview1.optionsview.showgrouppanel false gridview 序列寬度設定 indicatorwidth 40 gridcontrol列的寬度根據資料自動填充 1.在填充完資...