TcxCustomTreeView.DropTarget Property
Specifies which item in the tree view appears as the target of a drag and drop operation.
Declaration
property DropTarget: TTreeNode read; write;
Property Value
Type |
---|
TTreeNode |
Remarks
Read the DropTarget property to determine whether a node in the tree view is drawn as the target of a drag and drop operation. Set the DropTarget property to specify a particular node in the tree view as the drop target of a dragged item.
Note
When DropTarget is set, the application must still handle the actual logic of accepting the dragged object by the indicated node.
See Also