Skip to main content

TileView.ShowEditForm() Method

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.v23.2.dll

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

Declaration

public virtual void ShowEditForm()

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 TileViewOptionsBehavior.EditingMode property is set to Disabled the ShowEditForm method is not in effect.

See Also