The event arguments when a column is being resized

Hierarchy

Hierarchy

Constructors

Accessors

  • get column(): IgrColumn<IIgrColumnProps>
  • Represents the information of the column that is being resized

    Returns IgrColumn<IIgrColumnProps>

  • set column(v): void
  • Parameters

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get newWidth(): string
  • Represents the new width, the column is being resized to

    Returns string

  • set newWidth(v): void
  • Parameters

    • v: string

    Returns void

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

    Returns any

  • set owner(v): void
  • Parameters

    • v: any

    Returns void

  • get prevWidth(): string
  • Represents the old width of the column before the resizing

    Returns string

  • set prevWidth(v): void
  • Parameters

    • v: string

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void