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.CopyNode Method

Name Parameters Description
CopyNode(TreeListNode, TreeListNode, Boolean, Int32) sourceNode, destinationNode, cloneChildren, position Copies the specified node to the specified position in the collection of child nodes of another node. Use this method in unbound mode.
CopyNode(TreeListNode, TreeListNode, Boolean) sourceNode, destinationNode, cloneChildren Copies the specified node to the specified node’s child collection. This method does not update the data source and is intended for use in unbound mode.