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.
Enabled Returns whether the node is enabled.
Expanded Returns whether the TreeView item is expanded.
FilterInfo Returns information about the filter.
IconCssClass Returns the CSS class of the icon displayed by the node.
IconUrl Returns URL of the TreeView node’s icon.
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.
Target Specifies the target attribute’s value for the node.
Text Returns the node text content.
Visible Returns whether the node is visible.
See Also