TcxControlOptionsBehavior.DragDropText Property
In This Article
Specifies whether an image of the currently dragged object is being layered over the control.
#Declaration
Delphi
property DragDropText: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If the value of this property is True the image of the currently dragged object is visible.
The default value of the DragDropText property is False.
See Also