how to add checkbox control in DevExpress XtraTree List

user436913 picture user436913 · Sep 1, 2010 · Viewed 8.1k times · Source

Hai, Am using DevExpress Tree List in C#.NET application .I want to add checkbox control in DevExpress XtraTree List.Please help

Thank you.

Answer

DevExpress Team picture DevExpress Team · Sep 1, 2010

You should set the column's ColumnEdit property to an instance of the RepositoryItemCheckEdit class. For more details, please refer to