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
False
Default. Focus remains in the current row or moves to another control on a form.
True
Focus moves to the next or previous row from the rightmost or leftmost cell in the current row, respectively.

Remarks

Set 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.

Default Value

The FocusCellOnCycle property’s default value is False.

See Also