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

TdxTreeCustomNode.MoveTo(TdxTreeCustomNode,TdxTreeNodeAttachMode) Method

In This Article

Moves the node and its children to the specified location in the tree.

#Declaration

Delphi
procedure MoveTo(ADestNode: TdxTreeCustomNode; AMode: TdxTreeNodeAttachMode); virtual;

#Parameters

Name Type Description
ADestNode TdxTreeCustomNode

A destination node. The AMode parameter defines the position of the added node in relation to the destination node.

AMode TdxTreeNodeAttachMode

A node attachment mode.

See Also