Click or drag to resize
KaxTreeNodeFullPath Property
Gets the full path (location) of the node.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string FullPath { get; }

Property Value

Type: String
A slash delimited path of the node. The path is constructed based on the Text property of the node and its parents. For example if the Text of the node it "Houston", its parent node is "Texas" and its parent (root) is "U.S.A", FullPath will return "U.S.A/Texas/Houston"
See Also