ASPxTreeList.AppendNode Method
| Name | Parameters | Description |
|---|---|---|
| AppendNode(Object, TreeListNode) | keyObject, parentNode | Creates a new node and appends it to the TreeListNode.ChildNodes collection of the specified node. |
| AppendNode(Object) | keyObject | Creates a new node and appends it to the Root. |