Back to Devexpress

TableView.ShowEditFormOnEnterKey Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-9d1f21ba.md

latest1.3 KB
Original Source

TableView.ShowEditFormOnEnterKey Property

Specifies whether to show the Edit Form on pressing the ENTER key. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, to show the Inline Edit Form on pressing the ENTER key; otherwise, false.

|

See Also

ShowEditFormOnDoubleClick

ShowEditFormOnF2Key

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace