Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public ICommand EndEditFocusedRow { get; }
|
VB |
Public ReadOnly Property EndEditFocusedRow As ICommand
|
Property value
Type: ICommand
A command implementing the System.Windows.Input.ICommand.

Remarks

See Also