Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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