Menu.SetItemDataBound Method
.NET Framework 3.0
Sets the DataBound property of the specified MenuItem object with the specified value.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void SetItemDataBound ( MenuItem node, boolean dataBound )
protected function SetItemDataBound ( node : MenuItem, dataBound : boolean )
Not applicable.
Parameters
- node
The MenuItem to set.
- dataBound
true to set the node as data-bound; otherwise, false.
Community Additions
ADD
Show: