An indentifier for a specific cell in the grid.

Constructors

  • Returns IgcCellKey

Accessors

  • get columnUniqueKey(): string
  • Gets or sets the column name associated with the cell. All columns in the grid must have a unique name. That unique name is what is used for this property.

    Returns string

  • set columnUniqueKey(v): void
  • Parameters

    • v: string

    Returns void

  • get i(): CellKey
  • Returns CellKey

  • get primaryKey(): IgcPrimaryKeyValue
  • Gets or sets the primary key of the row associated with the cell.

    Returns IgcPrimaryKeyValue

  • set primaryKey(v): void
  • Parameters

    Returns void

  • get rowItem(): any
  • Gets or sets the row data object associated with the cell.

    Returns any

  • set rowItem(v): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any