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

TileItem.OnItemPress() Method

Called automatically each time an end-user presses this TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Remarks

To respond to an end-user pressing TileItem objects, handle the TileControl.ItemPress or TileItem.ItemPress events.

See Also