4
Answers

what is treenode.tag means

rami izzeldin

rami izzeldin

7y
683
1
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)