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.ItemDoubleClick Event

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#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