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

TdxCustomTreeView.DropTarget Property

Provides access to the target of drag-and-drop operations.

#Declaration

Delphi
property DropTarget: TdxTreeViewNode read; write;

#Property Value

Type Description
TdxTreeViewNode

A target tree node.

#Remarks

The Tree View control highlights the specified node as the target of drag-and-drop operations.

The DropTarget property returns a TdxTreeViewNode object only during a drag-and-drop operation and if the drop target is a tree node. In other cases, the propery returns nil (in Delphi) or nullptr (in C++Builder).

See Also