Event emitted when a row's pin state changes. The event is cancelable

Hierarchy

Hierarchy

  • IgrPinRowEventArgsDetail

Constructors

Accessors

  • get cancel(): boolean
  • Provides the ability to cancel the event.

    Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • get insertAtIndex(): number
  • The index at which to pin the row in the pinned rows collection.

    Returns number

  • set insertAtIndex(v): void
  • Parameters

    • v: number

    Returns void

  • get isPinned(): boolean
  • Whether or not the row is pinned or unpinned.

    Returns boolean

  • set isPinned(v): void
  • Parameters

    • v: boolean

    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 row(): IgrRowType
  • Returns IgrRowType

  • set row(v): void
  • Parameters

    Returns void

  • get rowID(): any
  • The ID of the row, that was pinned/unpinned. ID is either the primaryKey value or the data record instance.

    Deprecated

    Use the rowKey property instead.

    Returns any

  • set rowID(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