Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableOptionsBehavior.DragHighlighting Property

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

#Declaration

Delphi
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