The event arguments after a column's pin state is changed. insertAtIndexspecifies at which index in the pinned/unpinned area the column was inserted. isPinned returns the actual pin state of the column after the operation completed.

Hierarchy

Hierarchy

Constructors

Accessors

  • get insertAtIndex(): number
  • If pinned, specifies at which index in the pinned area the column is inserted. If unpinned, specifies at which index in the unpinned area the column is inserted.

    Returns number

  • set insertAtIndex(v): void
  • Parameters

    • v: number

    Returns void

  • get isPinned(): boolean
  • Returns the actual pin state of the column. If pinning/unpinning is successful, value of isPinned will change accordingly when read in the "-ing" and "-ed" event.

    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

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void