TileItem.PerformItemClick() Method
Raises the TileItem.ItemClick event.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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