Skip to main content

TcxCustomGridTableOptionsBehavior.DragDropText Property

Specifies whether the text is displayed adjacent to the mouse pointer when a drag operation is performed.

Declaration

property DragDropText: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the DragDropText property to True to display the text adjacent to the mouse pointer during a drag operation. By default, the displayed text is the display value of the currently focused table item. When this property is set to True, the View’s OnGetDragDropText event occurs when the drag operation is started. Using this event you can easily customize the text that will be displayed.

The default value of the DragDropText property is False.

See Also