codice:
TreeView tr = (TreeView)Page.Master.FindControl("iddelcontrollo");
tr.CollapseAll();
Ciao