Skip to main content

TcxCustomGridTableOptionsBehavior.GoToNextCellOnEnter Property

Specifies if the Enter and Shift+Enter keystrokes move focus between cells in a grid View.

Declaration

property GoToNextCellOnEnter: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

If True, the Enter and Shift+Enter keystrokes move focus between cells; otherwise, these keystrokes only close an in-place cell editor.

Remarks

Note

The grid View ignores the GoToNextCellOnEnter property if the grid View’s OptionsBehavior.EditMode property is set to emModalEditFormDialog.

The GoToNextCellOnEnter property’s default value is False.

See Also