TreeNode.DataPath Property
.NET Framework 3.0
Gets the path to the data bound to the node.
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 bound to the node. This value comes from the hierarchical data source control to which the TreeView 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 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.
Community Additions
ADD
Show: