rami izzeldin

rami izzeldin

  • NA
  • 60
  • 598

what is treenode.tag means

Jul 10 2017 5:30 AM
hello 
i have a question about the treeview
 
what is treenode.tag means , and what the purpose of it 
 
ex :-
trn = new TreeNode(table.Rows[i][1].ToString());
trn.Tag = table.Rows[i][0].ToString();
tree_acc.Nodes.Add(trn);
 

Answers (4)