Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get ChildNodes of selected node in DevExpress XtraTreeList?

I am using DevExpress XtraTreeList. There are no checkboxes used. I want to get all childnode IDs of selected node. Note I already got ID of selected node, I just want to get IDs of child nodes of selected nodes.

like image 920
AndroidLearner Avatar asked Jan 25 '26 15:01

AndroidLearner


1 Answers

Use the TreeListNodesIterator.DoLocalOperation method to iterate via child nodes of specific node and the TreeListNode.GetValue method to obtain child nodes IDs.

Related links:

  • Using the Nodes Iterator
  • Obtaining and Setting Cell Values
like image 108
DmitryG Avatar answered Jan 28 '26 03:01

DmitryG



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!