Back to Devexpress

TableView.ShowEditFormOnDoubleClick Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-8dcbbe83.md

latest1.4 KB
Original Source

TableView.ShowEditFormOnDoubleClick Property

Specifies whether to show the Edit Form on double clicking a row. 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 ShowEditFormOnDoubleClick { get; set; }
vb
Public Property ShowEditFormOnDoubleClick As Boolean

Property Value

TypeDescription
Boolean

true, to show the Inline Edit Form on double clicking a row; otherwise, false.

|

See Also

ShowEditFormOnEnterKey

ShowEditFormOnF2Key

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace