An indentifier for a specific cell in the grid.

Hierarchy

Hierarchy

  • IgxCellKey

Constructors

  • Returns IgxCellKey

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: string): void
  • Parameters

    • v: string

    Returns void

  • get i(): CellKey
  • Returns CellKey

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

    Returns any

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

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any