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

TileView.ItemClick Event

Occurs when an end-user clicks a tile within this TileView, or presses the Space or Enter keyboard keys.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Event Data

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

Remarks

The ItemClick event allows you to respond to an end-user clicking this TileView‘s tile at runtime. The event is also raised when Space or Enter keyboard keys are pressed. To process other types of tile runtime interactions, handle the following events:

See Also