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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void OnItemPress()

Remarks

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

See Also