Skip to main content

TileItem.PerformRightItemClick() Method

Raises the TileItem.RightItemClick event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void 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