Back to Devexpress

TileView.ShowingPopupEditForm Event

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

latest2.3 KB
Original Source

TileView.ShowingPopupEditForm Event

Occurs when an Edit Form is about to be displayed as a separate modal window.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Editor")]
public event ShowingPopupEditFormEventHandler ShowingPopupEditForm
vb
<DXCategory("Editor")>
Public Event ShowingPopupEditForm As ShowingPopupEditFormEventHandler

Event Data

The ShowingPopupEditForm event's data class is DevExpress.XtraGrid.Views.Grid.ShowingPopupEditFormEventArgs.

Remarks

You can respond to an Edit Form opening as a separate modal window by handling the ShowingPopupEditForm event. To get the handle that identifies a grid row for which the Edit Form is about to be displayed, use the RowHandle event argument. The BindableControls property provides access to the collection of editors on the Edit Form that are bound to the underlying data source. The EditForm property returns the XtraForm object representing the Edit Form that is about to be displayed.

Before the ShowingPopupEditForm event, the TileView.EditFormShowing and TileView.EditFormPrepared events fire.

See Also

EditFormShowing

EditFormPrepared

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace