DEV 控件gridControl如何增加按钮列

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DEV 控件gridControl如何增加按钮列相关的知识,希望对你有一定的参考价值。

In-Place Editer Repository 增加按钮
选中gridview中的某列,在cloumn edit 中绑定
列属性ShowBottonMode=ShowAlways
this.gridView1.OptionsBehavior.Editable = true;(isSelect 列的allow edit变为false)
In-Place Editer Repository 增加bottonclick事件


按钮属性设置:TextEditStyle=HideTextEditor 隐藏编辑区域

以上是关于DEV 控件gridControl如何增加按钮列的主要内容,如果未能解决你的问题,请参考以下文章

对Dev的GridControl/GridView控件进行分组并展开操作

DEV的GridControl控件的选中列属性设置高光

dev控件中Gridcontrol的columnEdit怎样用代码绑定

Dev中gridControl控件怎么讲某行的两列单元格合并

如何给DevExpress中的GridControl添加列

如何给DevExpress中的GridControl添加列