Menu.SetItemDataPath Method
.NET Framework 3.0
Sets the DataPath 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 SetItemDataPath ( MenuItem node, String dataPath )
protected function SetItemDataPath ( node : MenuItem, dataPath : String )
Not applicable.
Parameters
- node
The MenuItem to set.
- dataPath
The data path for the MenuItem.
Community Additions
ADD
Show: