Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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