Back to Devexpress

GridView.HideEditForm() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-7058ca73.md

latest1.5 KB
Original Source

GridView.HideEditForm() Method

Closes an Edit Form without saving the changes.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

CloseEditForm()

ShowEditForm()

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace