Back to Devexpress

TileView.ItemDoubleClick Event

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

latest1.8 KB
Original Source

TileView.ItemDoubleClick Event

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

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Action")]
public event TileViewItemClickEventHandler ItemDoubleClick
vb
<DXCategory("Action")>
Public Event ItemDoubleClick As TileViewItemClickEventHandler

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

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace