TcxControlOptionsBehavior.GoToNextCellOnEnter Property
Determines whether control items can be navigated by using the Enter key.
Declaration
property GoToNextCellOnEnter: Boolean read; write; default False;
Property Value
| Type | Default |
|---|---|
| Boolean | False |
Remarks
Use the GoToNextCellOnEnter property to enable control item navigation by using the Enter key.
The default value of the GoToNextCellOnEnter property is False.
See Also