GridView.HideEditForm() Method
Closes an Edit Form without saving the changes.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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