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. |
Data |
Returns the data item that is bound to the node. |
Enabled | Returns whether the node is enabled. |
Expanded |
Returns whether the Tree |
Filter |
Returns information about the filter. |
Icon |
Returns the CSS class of the icon displayed by the node. |
Icon |
Returns URL of the Tree |
Is |
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. |
Navigate |
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