IGridContextMenuEventArgs

Represents an event argument for the grid contextMenu output

Inherited from: IGridCellEventArgs

Represents the grid cell that triggered the event.

cell: CellType

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:22

Inherited from: IGridCellEventArgs

Represents the original event that occurred Examples of such events include: selecting, clicking, double clicking, etc.

event: Event

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:28

Inherited from: IGridCellEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428

Inherited from: IGridRowEventArgs

Represents the grid row that triggered the event.

row: RowType

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:34