views:

18

answers:

1

Hii

I am using devexpress xtratreelist in this i have a tree..now i want my form to work in sucha away that if the user clicks on a particular node all the subroots of that node shud be published on a list box or anyother control..How it can be done..please help me..urgent

A: 

I haven't used the XtraTreeList control before but taking a quick look at the online documentation you should be able to use this node iteration example to loop over the relevant nodes and use the TreeListNode parameter to get more details than just simply incrementing the total count.

ShaunO