PropertyGridControl.HideEditor() Method
Closes the editor nested in a focused cell and cancels all changes.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Remarks
Use the HideEditor method to programmatically close the active editor and cancel all changes. The HideEditor method raises the PropertyGridControl.HiddenEditor event.
To close the active editor and save the changes, use the PropertyGridControl.CloseEditor method.
See Also