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

TcxvgOptionsBehavior.RowTracking Property

Enables row tracking when the user moves the mouse pointer over rows while pressing left mouse button.

#Declaration

Delphi
property RowTracking: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Enables changing of the current row appearance and the item editor activation when the user moves the mouse pointer over rows while pressing left mouse button as shown in the image below:

Row tracking can be performed if the value of this property is set to True. If the value of the RowTracking property is False just the first row that the user clicks on when starts moving the mouse pointer changes its appearance while the others retain their state.

The default value of the RowTracking property is True.

See Also