Skip to main content

ITreeViewNodeInfo Members

Provides information about a node.

Properties

Name Description
Checked Returns whether the node is checked.
Children Returns child nodes of the current node.
DataItem Returns the data item that is bound to the node.
Enabled Returns whether the node is enabled.
Expanded Returns whether the TreeView node 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