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

TileItem.PerformItemClick() Method

Raises the TileItem.ItemClick event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public void PerformItemClick()

Remarks

The PerformItemClick method raises the TileItem.ItemClick event for the current TileItem. You can also raise the TileItem.RightItemClick event via the TileItem.PerformRightItemClick method.

See Also