| Name | Description |
| AllowTextWrap |
Whether to allow text on the node to wrap to the width of the containing
control.
(Inherited from TreeViewPlusNode) |
| AlwaysShowExpandCollapseButton |
Whether to display the expand/collapse button for the node, even if the node has
no child nodes. Default is false.
(Inherited from TreeViewPlusNode) |
| Attributes |
Attributes to be rendered on this node
(Inherited from TreeViewPlusNode) |
| BackColor | Background color of the control. (Inherited from TreeViewPlusNode) |
| Checked | Whether the check-box on the node is checked. (Inherited from TreeViewPlusNode) |
| ChildContainerAttributes |
Attributes to be rendered on the container that holds child nodes
(Inherited from TreeViewPlusNode) |
| ClickBehavior |
The type of behavior for the node: Click (default), Link, Selectable,
ExpandCollapse, and None.
(Inherited from TreeViewPlusNode) |
| CustomLegendOnClick |
Custom action to perform when the legend is clicked. Overrides the default
behavior that triggers the TreeViewPlus.NodeLegendClicked event.
(Inherited from TreeViewPlusNode) |
| CustomOnClick |
Sets the onclick behavior for the node text to a custom string, overriding the
default behavior.
(Inherited from TreeViewPlusNode) |
| Data | Data object associated with this node. (Inherited from TreeViewPlusNode) |
| Depth |
Read-only property that indicates the level of this node in the TreeViewPlus node
hierarchy.
(Inherited from TreeViewPlusNode) |
| EndRecord | The ending node item displayed on the current page display for the node. (Inherited from TreeViewPlusNode) |
| Expanded | Whether the node is currently expanded to display its child nodes. (Inherited from TreeViewPlusNode) |
| HideNodeShowChildren |
If true, the node is hidden and its children are rendered at the level of the
node.
(Inherited from TreeViewPlusNode) |
| LegendCollapsedImage | Image to display when legend is collapsed for the node. (Inherited from TreeViewPlusNode) |
| LegendExpandedImage | Image to show when legend is expanded for the node. (Inherited from TreeViewPlusNode) |
| NodeID | Unique ID for the node assigned by the server. (Inherited from TreeViewPlusNode) |
| Nodes | The collection of child nodes of the current node. (Inherited from TreeViewPlusNode) |
| NonInteractive |
Show only text (and legend image if any) taken from parent TreeViewPlus. Expand/collapse,
checkboxes and mouse events will not be generated.
(Inherited from TreeViewPlusNode) |
| NumberOfPages |
Read-only property for the total number of pages for the node, based on the
number of nodes and the PageSize.
(Inherited from TreeViewPlusNode) |
| Offset | Read-only property for the horizontal offset of the node from its
StartingPosition due to collapse/expand image, check-box, etc. (Inherited from TreeViewPlusNode) |
| PageNumber | Current page number of the node display. (Inherited from TreeViewPlusNode) |
| PageSize | Number of child nodes to display per page. (Inherited from TreeViewPlusNode) |
| PagingTextFormatString |
The format string that defines how paging text appears. The fields are page starting record, page ending record, total record count, current page number and, number of pages.
(Inherited from TreeViewPlusNode) |
| Parent | The parent node of the current node. (Inherited from TreeViewPlusNode) |
| ShowCheckBox |
Whether to display a check-box to the left side of the node. Default is
true.
(Inherited from TreeViewPlusNode) |
| ShowClearButton |
Whether to show a clear button (x) for the node. If clicked, the button removes
the node from the tree.
(Inherited from TreeViewPlusNode) |
| StartingPosition |
Read-only property for the starting horizontal offset of the node.
(Inherited from TreeViewPlusNode) |
| StartRecord | The starting node item displayed on the current page display for the node. (Inherited from TreeViewPlusNode) |
| StyleAttributes |
Style attributes to be rendered on this node
(Inherited from TreeViewPlusNode) |
| TaskID | ID of the task that produced the task results. |
| TaskInput | The input value(s) entered by the user and used in running the task. |
| TaskJobID |
A unique identifier for the particular run of the task that produced the task
results.
|
| Text | Text to display at the head of the node. (Inherited from TreeViewPlusNode) |
| TextCellAttributes | Attributes to add to the cell that contains the Text for the node. (Inherited from TreeViewPlusNode) |
| TextCellStyleAttributes | Style attributes to add to the cell that contains the Text for the node. (Inherited from TreeViewPlusNode) |
| ToolTip | Tool tip text to display when the user hovers over the node. (Inherited from TreeViewPlusNode) |
| TreeViewPlus |
The TreeViewPlus control to which the node (or its parents) have been
added.
(Inherited from TreeViewPlusNode) |
| Value | Value for the node. (Inherited from TreeViewPlusNode) |
| ValuePath | Full path to the node including value properties of any parent nodes. (Inherited from TreeViewPlusNode) |