Skip to content

Commit df3335c

Browse files
authored
Fix formatting
1 parent b442dd8 commit df3335c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/treeview/client-side-programming/objects/radtreenode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The table below lists the most important function of the **RadTreeNode** object.
4545
| **scrollIntoView** | none | none | Causes the Node to scroll into view, aligning the Node to the bottom of the TreeView area. This function repositions the *TreeView's* scrollbars, not the scrollbars for the page itself. (see **Example 16**)|
4646
| **get_imageElement** | none | DOM Element | Gets the DOM Element of the image set to the node. **Note:** Images are set using the RadTreeView **ImageUrl** property. (see **Example 17**)|
4747
| **get_textElement** | none | DOM Element | Gets the DOM Element of the text set to the Node. **Note** : Changes to the text element are not persisted across postbacks. (see **Example 18**)|
48-
| **get_text** | none | string | Retrieves the text for a Node. (see **Example 19)|
48+
| **get_text** | none | string | Retrieves the text for a Node. (see **Example 19**)|
4949
| **set_text** | string | none | Sets the text of the Node. |
5050
| **get_value** |none|string|Gets the value of the Node.|
5151
| **set_value** |string|none|Sets the value of the Node. (see **Example 20**)|

0 commit comments

Comments
 (0)