This is a migrated thread and some comments may be shown as answers.

How to get TreeView selected Node MouseDoubleClick

1 Answer 220 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Emrah
Top achievements
Rank 1
Emrah asked on 17 Aug 2011, 11:00 AM
Hi

I can get selected node in SelectedNodeChanged event. But i want to, how can I get selected node in TreeView MouseDoubleClick event?

Best Regards

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 19 Aug 2011, 09:37 AM
Hi Emrah,

Thank you for writing.

The selected node in RadTreeView can be always accessed by the SelectedNode property of the control:
radTreeView1.SelectedNode

However, if you need to get the clicked node on mouse double click, then I would suggest subscribing to the NodeMouseDoubleClick event of the control. 

I hope that you find this information helpful. Let me know if you have further questions.
 
Best wishes,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
Treeview
Asked by
Emrah
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or