Information about the style request for a cell.

Hierarchy

Hierarchy

  • IgrCellStyleRequestedEventArgs

Constructors

Accessors

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

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

    Returns any

  • set resolvedValue(v): void
  • Parameters

    • v: any

    Returns void

  • get rowNumber(): number
  • The row number for the cell.

    Returns number

  • set rowNumber(v): void
  • Parameters

    • v: number

    Returns void

  • get styleKey(): string
  • The proposed style key for the cell. Used for recycling the cell.

    Returns string

  • set styleKey(v): void
  • Parameters

    • v: string

    Returns void