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

TcxCustomTreeList.OnMoveTo Event

In This Article

Enables you to respond to node dragging within the tree list.

#Declaration

Delphi
property OnMoveTo: TcxTreeListMoveToEvent read; write;

#Remarks

Sender specifies the tree list.

AttachNode specifies the target node.

AttachMode specifies the type of a relationship between AttachNode and Nodes.

Nodes contains dragged nodes.

IsCopy specifies whether dragged nodes will be copied or moved to the target location. Set IsCopy to True, to create clones in the new location. Otherwise, dragged nodes will be moved to the new location.

Done specifies whether default processing is required. Set Done to True, to prevent default code execution.

See Also