TreeView::SetNodeDataBound Method (TreeNode^, Boolean)
.NET Framework (current version)
Allows a derived class to set whether the specified TreeNode control is data-bound.
Assembly: System.Web (in System.Web.dll)
Parameters
- node
-
Type:
System.Web.UI.WebControls::TreeNode^
The TreeNode to set.
- dataBound
-
Type:
System::Boolean
true to set the node as data-bound; otherwise, false.
Notes to Inheritors:
The SetNodeDataBound method is provided to allow a control that is derived from the TreeView control to set the DataBound property on a node.
.NET Framework
Available since 2.0
Available since 2.0
Show: