开发者

How to show the subroots (childroots) while clicking on a particular rootnode

开发者 https://www.devze.com 2023-01-20 22:42 出处:网络
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 pub

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?


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.

0

精彩评论

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