DataViewBase.EnterMoveNextColumn Property
Gets or sets whether users can press the ENTER
key to focus the next cell. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if users can press the |
Remarks
Set the EnterMoveNextColumn property to true. After a user presses Enter
, the GridControl performs the following steps:
- Closes the focused cell’s editor (if it is active).
- Saves changes made.
- Moves focus to the next cell.
- Opens this cell’s editor.
Note
The EnterMoveNextColumn property does not affect the New Item Row.
See Also