Skip to main content
A newer version of this page is available. .

PropertyGridControl.HideEditor() Method

Closes the editor nested in a focused cell and cancels all changes.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v18.2.dll

Declaration

public void HideEditor()

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