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