Information about the data binding taking place.

Hierarchy

Hierarchy

  • IgxDataBindingEventArgs

Constructors

Accessors

Constructors

Accessors

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

    Returns IgxCellInfo

  • get i(): DataBindingEventArgs
  • Returns DataBindingEventArgs

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

    Returns any

  • set resolvedValue(v: any): 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: any): void
  • Parameters

    • v: any

    Returns void