Back to Devexpress

TreeList.CopyNode Method

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

latest1.1 KB
Original Source

TreeList.CopyNode Method

NameParametersDescription
CopyNode(TreeListNode, TreeListNode, Boolean, Int32)sourceNode, destinationNode, cloneChildren, positionCopies 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, cloneChildrenCopies 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.