treelist

获取值  
 

treeList1.FocusedNode.GetValue("CategoyrName").ToString();
treeList1_FocusedNodeChanged
 txtCategoryDes.Text = e.Node.GetValue("CategoryDes").ToString();
  
getParentID = Int32.Parse(e.Node.GetValue("ParentID").ToString());

参考

第三方控件DEV的TreeList如何获取点击的行值!_yunanzhe987的专栏-CSDN博客

猜你喜欢

转载自blog.csdn.net/caoyanchao1/article/details/121567792