Skip to main content

GridView.HideEditForm() Method

Closes an Edit Form without saving the changes.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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