Add long (press) to ion-col

Hi all ! Could anyone suggest please … is it possible to add long (press) to ion-col ? I am trying something like this but nothing happened …

<ion-col class="col_ion" col-3  (press)="tapEventParts($event,item.partCode,'partCode')">
          {{item.partCode}}
</ion-col>

You can achieve that with this.

DwlRathod, thanks, it help …