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?
精彩评论