Back to Devexpress

TileItem.PerformItemClick() Method

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-c5f453b4.md

latest1.5 KB
Original Source

TileItem.PerformItemClick() Method

Raises the TileItem.ItemClick event.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void PerformItemClick()
vb
Public Sub 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

ItemClick

RightItemClick

PerformRightItemClick()

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace