TileItem.OnItemClick() Method
Called each time this TileItem is clicked.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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