TileView.ShowEditForm() Method
In This Article
Opens an Edit Form for the focused tile. This method is in effect when the TileViewOptionsBehavior.EditingMode property is set to EditForm.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Remarks
The ShowEditForm method opens an Edit Form for the focused tile. Before the Edit Form is shown, the TileView.EditFormShowing and TileView.EditFormPrepared events fire.
To close the Edit Form with no changes applied, call the TileView.HideEditForm method.
Note
If the Tile
See Also