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

TileView.ContextButtonClick Event

Occurs whenever an end-user clicks a context button within a TileView tile.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Context Buttons")]
public event ContextItemClickEventHandler ContextButtonClick

Event Data

The ContextButtonClick event's data class is DevExpress.Utils.ContextItemClickEventArgs.

Remarks

TileView tiles can display content buttons that by default, are visible only when these tiles are hovered (see the figure below). The ContextButtonClick event allows you to process clicking any of these context buttons.

TileView - Context Buttons

See the TileView.ContextButtons property for more info.

See Also