Skip to main content

TileItem.PerformItemClick() Method

Raises the TileItem.ItemClick event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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