DataViewBase.EnterMoveNextColumn Property
In This Article
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.v14.2.Core.dll
#Declaration
#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 Enter
See Also