Skip to main content

TdxCustomTreeView.DropTarget Property

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

Declaration

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