Back to Devexpress

TileItem.PerformRightItemClick() Method

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-8ad99239.md

latest2.1 KB
Original Source

TileItem.PerformRightItemClick() Method

Raises the TileItem.RightItemClick event.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void PerformRightItemClick()
vb
Public Sub PerformRightItemClick

Remarks

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

Note

The TileItem.RightItemClick event is not fired for tiles within a TileControl if its TileControl.ItemCheckMode property is not None. In this case, clicking a TileItem with the right mouse button causes its check state to change, which fires the TileItem.CheckedChanged event instead.

See Also

RightItemClick

ItemClick

PerformItemClick()

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace