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.FocusCellOnCycle Property

Specifies if focus moves to the next or previous row when a user navigates to the left or right from the rightmost or leftmost cell in the current row, respectively.

#Declaration

Delphi
property FocusCellOnCycle: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

If True, focus moves to the next or previous row from the rightmost or leftmost cell in the current row, respectively. If False, focus remains in the current row or moves to another control on a form.

#Remarks

Set the FocusCellOnTab and GoToNextCellOnEnter properties to True to allow a user to press the Tab, Shift+Tab, Enter, and Shift+Enter keystrokes to navigate between cells.

The FocusCellOnCycle property’s default value is False.

See Also