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