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

GridView.HideEditForm() Method

Closes an Edit Form without saving the changes.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public virtual void HideEditForm()

Remarks

This method closes the currently displayed Edit Form without saving changes. If you want to close an Edit Form and save the changes, use the GridView.CloseEditForm method.

To display an Edit Form from code, call the GridView.ShowEditForm method.

See Also