Sets the MenuItem.DataBound property of the specified System.Web.UI.WebControls.MenuItem object with the specified value.
- node
The System.Web.UI.WebControls.MenuItem to set.
- dataBound
true to set the node as data-bound; otherwise, false.
The Menu.SetItemDataBound(MenuItem, bool) method is a helper method used by derived classes to set the MenuItem.DataBound property of the specified System.Web.UI.WebControls.MenuItem object.