TcxCustomGridTableOptionsBehavior.FocusCellOnTab Property
In This Article
Specifies if the Tab and Shift+Tab keystrokes move focus between cells.
#Declaration
Delphi
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 Focus
The FocusCellOnTab
property’s default value is False
.
See Also