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

TileView.ItemDoubleClick Event

Fires whenever this TileView‘s tile is double-clicked.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Action")]
public event TileViewItemClickEventHandler ItemDoubleClick

Event Data

The ItemDoubleClick event's data class is DevExpress.XtraGrid.Views.Tile.TileViewItemClickEventArgs.

Remarks

The ItemDoubleClick event allows you to respond to an end-user double-clicking this TileView‘s tile at runtime. To process other types of tile runtime interactions, handle the following events:

See Also