Class IgxGridCellValueChangingEventArgs

Event arguments for the CellValueChanging event

Hierarchy

Hierarchy

  • IgxGridCellValueChangingEventArgs

Constructors

Properties

ngAcceptInputType_editID: string | number

Accessors

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

    Returns IgxCellInfo

  • get editID(): number
  • Gets the edit ID for this value change.

    Returns number

  • set editID(v: number): void
  • Parameters

    • v: number

    Returns void

  • get i(): GridCellValueChangingEventArgs
  • Returns GridCellValueChangingEventArgs

  • get item(): any
  • Gets the row item associated with the change.

    Returns any

  • set item(v: any): void
  • Parameters

    • v: any

    Returns void

  • get newValue(): any
  • Gets the new cell value.

    Returns any

  • set newValue(v: any): void
  • Parameters

    • v: any

    Returns void

  • get oldValue(): any
  • Gets the old cell value.

    Returns any

  • set oldValue(v: any): void
  • Parameters

    • v: any

    Returns void