Skip to main content

TdxTreeViewNode.DropTarget Property

Identifies if the node is the target of a drag-and-drop operation.

Declaration

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