Skip to main content

TcxCustomGridTableOptionsBehavior.DragHighlighting Property

Indicates whether the target record is highlighted when dragging an object over the current View.

Declaration

property DragHighlighting: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The DragHighlighting property enables/disables target record highlighting in a drag-and-drop operation. Set DragHighlighting to True to highlight the record under the cursor when dragging an object over the current View.

You can change the style attributes of highlighted records via the Styles.Selection property.

Use the DragFocusing property to enable record focusing while dragging.

The default value of the DragHighlighting property is True.

See Also