Back to Devexpress

TreeListView.ShowEditFormOnF2Key Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-showeditformonf2key.md

latest1.4 KB
Original Source

TreeListView.ShowEditFormOnF2Key Property

Specifies whether to show the Edit Form on pressing the F2 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 ShowEditFormOnF2Key { get; set; }
vb
Public Property ShowEditFormOnF2Key As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ShowEditFormOnDoubleClick

ShowEditFormOnEnterKey

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace