TdxCustomTreeView.DropTarget Property
In This Article
Provides access to the target of drag-and-drop operations.
#Declaration
Delphi
property DropTarget: TdxTreeViewNode read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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