Skip to main content

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

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