TreeNode.DataPath 属性

定义

获取绑定到节点的数据的路径。

public:
 property System::String ^ DataPath { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string DataPath { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataPath : string
Public ReadOnly Property DataPath As String

属性值

绑定到节点的数据的路径。 此值来自 TreeView 控件绑定到的分层数据源控件。 默认值为空字符串 ("")。

属性

注解

调用 DataPath 方法以提供绑定到当前节点的数据的路径时 IHierarchicalDataSource.GetHierarchicalView ,通常会使用 属性值。 然后,此方法返回一个 System.Web.UI.HierarchicalDataSourceView 对象,该对象包含指定路径处的数据。

此属性的值存储在视图状态中。

适用于

另请参阅