Interface IGridContextMenuEventArgs

Represents an event argument for the grid contextMenu output

Hierarchy

Hierarchy (view full)

Properties

cell: CellType

Represents the grid cell that triggered the event.

event: Event

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

owner?: any

Provides reference to the owner component.

row: RowType

Represents the grid row that triggered the event.