TreeNode.DataPath Property
.NET Framework (current version)
Gets the path to the data bound to the node.
Assembly: System.Web (in System.Web.dll)
The DataPath property value is commonly used when calling the IHierarchicalDataSource.GetHierarchicalView method to provide the path to the data bound to the current node. This method then returns a System.Web.UI.HierarchicalDataSourceView object that contains the data at the specified path.
The value of this property is stored in view state.
.NET Framework
Available since 2.0
Available since 2.0
Show: