Documentation for this section has not yet been entered.
Use the TreeNode.Selected property to specify or determine whether the node is selected.
Although the property can be used to determine whether the node is selected, it is more common to use the TreeView.SelectedNode property.
Only one node can be selected at a time in the System.Web.UI.WebControls.TreeView control when using this property.
As an alternative, you can also select the node by using the TreeNode.Select method.
The value of this property is stored in view state.