如何在 DevExpress XtraTree 列表中执行选择事件
海, 我在C#.NET应用程序中使用DevExpress树列表。我想知道如何触发DevExpress XtraTree列表中复选框控件的选择事件。
示例:
我正在使用树列表额外编辑器 devexpress。这些列是从数据库加载的,并包含复选框。当选中一个复选框并按下编辑按钮时,我想将相应复选框的值设为 1。并希望将该值保存到数据库中,
谢谢。
Hai,
Am using DevExpress Tree List in C#.NET application .I want to know about how to trigger select event of checkbox control in DevExpress XtraTree List.
example:
I'm using a treelist extra editors devexpress. The columns are loading from database and contain check boxes.when checked a check box and press an edit button i want to take the value as 1 for the corresponding checkbox.and want to save that value to database
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要了解如何获取 XtraTreeList 中的单元格值,请参阅以下位置的主题:
http://documentation.devexpress.com/#WindowsForms/CustomDocument191" rel="nofollow noreferrer">http:// /documentation.devexpress.com/#WindowsForms/CustomDocument191
这有帮助吗?
To learn how to obtain a cell value in the XtraTreeList, please refer to the topic available at:
http://documentation.devexpress.com/#WindowsForms/CustomDocument191
Does this help?