Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Multiply select in the tree
posted

I select two nodes in the tree with the "infragistics.win.ultrawintree.ultratree"

I want to fetch the selected nodes, and I use the below code:

// Here the length is 0, Why??

if(Tree.SelectedNodes.Length >0){

}

Could you give me the code about the "Ultratree.cs"

Parents Reply Children
No Data