如何在 DevExpress xtraGrid 添加复选框
我想在 DevExpress 的 xtraGrid 列中添加 CheckBox,所以为此我应该做什么
I want to add CheckBox at DevExpress's xtraGrid column so for this what should i do
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在网格设计器(就地编辑器存储库下)中创建一个新的编辑器存储库项 (CheckEdit),并将其添加到列的 ColumnEdit 属性(在列下)
编辑:以编程方式添加
Create a new Editor Repository Item (CheckEdit) in the grid's designer (under In-Place Editor Repository) and add it to the ColumnEdit property of the column (under Columns)
EDIT: Adding programmatically