开发者

how to do select event in DevExpress XtraTree List

开发者 https://www.devze.com 2023-01-15 00:16 出处:网络
Hai, Am using DevExpress Tree List in C#.NET application .I want to know about how to trigger select event ofcheckbox contr开发者_如何学JAVAol in DevExpress XtraTree List.

Hai, Am using DevExpress Tree List in C#.NET application .I want to know about how to trigger select event of checkbox contr开发者_如何学JAVAol 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.


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消