Information about the cell in context.

Hierarchy

Hierarchy

  • IgrDataGridCellEventArgs

Constructors

Accessors

  • get button(): MouseButton
  • Gets which click type it is.

    Returns MouseButton

  • set button(v): void
  • Parameters

    • v: MouseButton

    Returns void

  • get cellInfo(): IgrCellInfo
  • The backing information for the current cell.

    Returns IgrCellInfo

  • get grid(): IgrDataGrid
  • Gets the grid owning the cell.

    Returns IgrDataGrid

  • set grid(v): void
  • Parameters

    Returns void

  • get i(): DataGridCellEventArgs
  • Returns DataGridCellEventArgs

  • get isDoubleClick(): boolean
  • Is this a double click?

    Returns boolean

  • set isDoubleClick(v): void
  • Parameters

    • v: boolean

    Returns void