Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsBehavior.GoToNextCellOnTab Property

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

#Declaration

Delphi
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