Documentation for this section has not yet been entered.
The TreeNode.DataBound property is used to programmatically determine whether the node was created through data binding. Because dynamic and static content cannot be mixed in the same node, this property is commonly used when populating a System.Web.UI.WebControls.TreeView control dynamically to determine whether the node contains static content.
The value of this property is stored in view state.