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

TileItem.OnItemClick() Method

Called each time this TileItem is clicked.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual void OnItemClick()

Remarks

To respond to an end-user clicking a TileItem at runtime handle the TileControl.ItemClick or TileItem.ItemClick events.

See Also