Use the TreeNode.Expand method to conveniently expand the current node.
As an alternative, you can also set the TreeNode.Expanded property to true.
To expand the current node and all its child nodes, consider using the TreeNode.ExpandAll method.
TreeView.ExpandAll will expand all the nodes in the entire tree.
The value of this property is stored in view state.