TcxControlOptionsBehavior.GoToNextCellOnEnter Property
In This Article
Determines whether control items can be navigated by using the Enter key.
#Declaration
Delphi
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