Skip to main content

TileView.ItemRightClick Event

Raised when an end-user right clicks a tile within this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Event Data

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

Remarks

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

See Also