Back to Devexpress

DxGridModel.EnterKeyDirection Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-dot-models-dot-dxgridmodel-b7dc3ee1.md

latest1.6 KB
Original Source

DxGridModel.EnterKeyDirection Property

Namespace : DevExpress.ExpressApp.Blazor.Editors.Models

Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
public GridEnterKeyDirection EnterKeyDirection { get; set; }
vb
Public Property EnterKeyDirection As GridEnterKeyDirection

Property Value

Type
GridEnterKeyDirection

Available values:

NameDescription
None

Validate the cell value and close the in-place editor. The current cell remains focused.

| | Column |

Enter and Shift+Enter move focus one cell down or up in the same column.

| | Row |

Enter and Shift+Enter move focus one cell right or left in the same row. Focus can move to the next/previous row if the current cell is last/first.

|

See Also

DxGridModel Class

DxGridModel Members

DevExpress.ExpressApp.Blazor.Editors.Models Namespace