TileItem.PerformItemClick() Method
Raises the TileItem.ItemClick event.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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