Back to Devexpress

TreeList.MoveNode Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-movenode.md

latest1.6 KB
Original Source

TreeList.MoveNode Method

NameParametersDescription
MoveNode(TreeListNode, TreeListNode, Boolean, Int32)sourceNode, destinationNode, modifySource, positionMoves 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, modifySourceMoves the selected node to the specified node’s child collection.
MoveNode(TreeListNode, TreeListNode)sourceNode, destinationNodeMoves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter.