Back to Devexpress

DataViewBase.EnterMoveNextColumn Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-f26ea885.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool EnterMoveNextColumn { get; set; }
vb
Public Property EnterMoveNextColumn As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if users can press the ENTER key to focus the next cell; otherwise, false.

|

Remarks

Set the EnterMoveNextColumn property to true. After a user presses Enter, the GridControl performs the following steps:

  1. Closes the focused cell’s editor (if it is active).
  2. Saves changes made.
  3. Moves focus to the next cell.
  4. Opens this cell’s editor.

Note

The EnterMoveNextColumn property does not affect the New Item Row.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace