Back to Devexpress

PropertyGridControl.HideEditor() Method

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-d4ccc56d.md

latest1.3 KB
Original Source

PropertyGridControl.HideEditor() Method

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

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public void HideEditor()
vb
Public Sub 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

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace