Skip to main content
A newer version of this page is available. .

DataViewBase.EnterMoveNextColumn Property

Gets or sets whether the ENTER key can be used to move cell focus within a data row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool EnterMoveNextColumn { get; set; }

Property Value

Type Description
Boolean

true to allow cell focus moving using the ENTER key; otherwise, false.

Remarks

If the EnterMoveNextColumn property is set to true, pressing the ENTER key closes the focused cell’s editor (if it is active) saving changes made, moves focus to the next cell within the focused row and activates its editor. If the focused cell is the last cell within the focused row, pressing the ENTER key does not move the cell focus to the next row.

Note

Setting the EnterMoveNextColumn option does not work for the New Item Row.

See Also