Back to Devexpress

GridCommands.EditFocusedRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcommands-b792d3b4.md

latest1.4 KB
Original Source

GridCommands.EditFocusedRow Property

Activates the focused cell’s inplace editor.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static RoutedCommand EditFocusedRow { get; }
vb
Public Shared ReadOnly Property EditFocusedRow As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines a command implementing the ICommand, and is routed through the element tree.

|

Remarks

Corresponding method: DataViewBase.ShowEditor.

See Also

GridCommands Class

GridCommands Members

DevExpress.Xpf.Grid Namespace