TdxTreeViewNode.DropTarget Property
In This Article
Identifies if the node is the target of a drag-and-drop operation.
#Declaration
Delphi
property DropTarget: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If True, the Tree View highlights the node as a target of drag-and-drop operations. If False, the control does not highlight the node. |
See Also