MenuItem.DataPath Property
.NET Framework 3.0
Gets the path to the data that is bound to the menu item.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_DataPath ()
public function get DataPath () : String
Not applicable.
Property Value
The path to the data that is bound to the node. This value comes from the hierarchical data source control to which the Menu control is bound. The default value is an empty string ("").The DataPath property value is commonly used when calling the IHierarchicalDataSource.GetHierarchicalView method to provide the path to the data that is bound to the current menu item. This method then returns a System.Web.UI.HierarchicalDataSourceView object that contains the data at the specified path.
Community Additions
ADD
Show: