TreeList.MoveNode Method
Name | Parameters | Description |
---|---|---|
MoveNode(TreeListNode, TreeListNode, Boolean, Int32) | sourceNode, destinationNode, modifySource, position | Moves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. |
MoveNode(TreeListNode, TreeListNode, Boolean) | sourceNode, destinationNode, modifySource | Moves the selected node to the specified node’s child collection. |
MoveNode(TreeListNode, TreeListNode) | sourceNode, destinationNode | Moves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. |