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

TileView.ItemPress Event

Occurs when a tile within the TileView is pressed.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Event Data

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

Remarks

The ItemPress event is raised whenever an end-user clicks a tile before this tile is released. To process other types of tile runtime interactions, handle the following events:

See Also