Allows a derived class to set whether the specified System.Web.UI.WebControls.TreeNode control is data-bound.
- node
The System.Web.UI.WebControls.TreeNode to set.
- dataBound
true to set the node as data-bound; otherwise, false.
Use the TreeView.SetNodeDataBound(TreeNode, bool) method to indicate whether the specified System.Web.UI.WebControls.TreeNode is data-bound.