Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.