Information about the data binding taking place.

Constructors

Accessors

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

    Returns IgcCellInfo

  • get i(): DataBindingEventArgs
  • Returns DataBindingEventArgs

  • get resolvedValue(): any
  • The resolved value for the cell.

    Returns any

  • set resolvedValue(v): void
  • Parameters

    • v: any

    Returns void

  • get rowObject(): any
  • The data for the row in which the cell is contained.

    Returns any

  • set rowObject(v): void
  • Parameters

    • v: any

    Returns void