Skip to main content

TcxCustomGridTableOptionsBehavior.FocusCellOnTab Property

Specifies if the Tab and Shift+Tab keystrokes move focus between cells.

Declaration

property FocusCellOnTab: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

If True, the Tab and Shift+Tab keystrokes move focus forward and backwards between grid View cells. If False, the Tab and Shift+Tab keystrokes move focus between controls on a form.

Remarks

Note

When the Tab or Shift+Tab keystroke moves focus beyond the last or first cell in the focused row, focus moves to the next or previous control on a form according to its tab order. Set the FocusCellOnCycle property to True to keep focus within the TcxGrid control.

The FocusCellOnTab property’s default value is False.

See Also