MenuItem::DataPath Property
.NET Framework (current version)
Gets the path to the data that is bound to the menu item.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^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.
.NET Framework
Available since 2.0
Available since 2.0
Show: