how to do select event in DevExpress XtraTree List

2.5k Views Asked by At

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.

1

There are 1 best solutions below

0
On

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?