Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc.

Hierarchy

Hierarchy

Constructors

Accessors

  • get data(): any
  • Deprecated

    Use the rowData property instead.

    Returns any

  • set data(v): void
  • Parameters

    • v: any

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get owner(): any
  • Provides reference to the owner component.

    Returns any

  • set owner(v): void
  • Parameters

    • v: any

    Returns void

  • get primaryKey(): any
  • Represents the unique key, the row can be associated with. Available if primaryKey exists

    Deprecated

    Use the rowKey property instead.

    Returns any

  • set primaryKey(v): void
  • Parameters

    • v: any

    Returns void

  • get rowData(): any
  • Returns any

  • set rowData(v): void
  • Parameters

    • v: any

    Returns void

  • get rowKey(): any
  • Returns any

  • set rowKey(v): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void