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

TileItem.OnRightItemClick() Method

Called automatically each time an end-user right clicks this TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Remarks

Handle the TileItem.RightItemClick and/or TileControl.RightItemClick events to respond to an end-user right-clicking a TileItem at runtime.

See Also