TreeViewNode.DataPath Property
In This Article
Gets the path to the data that is bound to the node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The path to the data that is bound to the node. This value comes from the hierarchical data source control to which the ASPx |
#Remarks
The DataPath property value is usually used when calling the GetHierarchicalView method. to provide the path to the data that is bound to the current node. This method then returns a HierarchicalDataSourceView object that contains the data at the specified path.
See Also