Skip to main content
A newer version of this page is available. .

ITreeViewNodeInfo Properties

Provides information about a node.
Name Description
DataItem Returns the data item that is bound to the node.
IconCssClass Returns the CSS class of the icon displayed by the node.
IsLeaf Returns whether the processed node has zero child nodes.
Level Returns the nesting level of the current node.
Name Returns the unique identifier name of the current node.
NavigateUrl Returns the navigation location for the node.
Parent Returns information about a parent node.
Text Returns the node text content.
See Also