Skip to main content

TcxControlOptionsBehavior.GoToNextCellOnTab Property

Determines whether the Tab key is used to navigate through the current editing control cells.

Declaration

property GoToNextCellOnTab: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the FocusCellOnTab property to True to enable moving through cells using the Tab key. If set to False, pressing the Tab key results in moving focus to the next control in the tab order.

The default value of the GoToNextCellOnTab property is False.

See Also