TreeView::SetNodeDataBound Method (TreeNode^, Boolean)

 

Allows a derived class to set whether the specified TreeNode control is data-bound.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
void SetNodeDataBound(
	TreeNode^ node,
	bool dataBound
)

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.

Use the SetNodeDataBound method to indicate whether the specified TreeNode is data-bound.

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
Return to top
Show: