Hi,
I am new in WPF world. I have treeView that contains
Treeview
Mandate -->
Portfolio
---->portfolio1
Benchmarks
Category
------>Name1 etc..
I would like to know how to get the parent node value in WPF ? For example, If I select the portfolio1 how to get the parent-parent value. In this case Mandate.
In short, I would like to know if user click on Name1 --> I should get Benchmarks and if user click on portfolio1 then I should get Portfolio.
Your guidance is highly appreciated.
Thanks, Regards,