After executing the following code and checking the checkbox of the node, a NullReferenceException is thrown:
this.radTreeView1.BeginUpdate();
this.radTreeView1.Nodes.Clear();
radTreeView1.Nodes.Add(new RadTreeNode("name"));
this.radTreeView1.EndUpdate();