Back to Devexpress

TileView.HideEditForm() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-07909214.md

latest1.3 KB
Original Source

TileView.HideEditForm() Method

Closes the currently displayed Edit Form.

Namespace : DevExpress.XtraGrid.Views.Tile

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. To display an Edit Form from code, call the TileView.ShowEditForm method.

See Also

ShowEditForm()

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace