TileView.HideEditForm() Method
Closes the currently displayed Edit Form.
Namespace: DevExpress.XtraGrid.Views.Tile
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. To display an Edit Form from code, call the TileView.ShowEditForm method.
See Also