Class IgrColumnVisibilityChangedEventArgsDetail

The event arguments after a column's visibility is changed.

Hierarchy

Hierarchy

Constructors

Accessors

  • get column(): any
  • Represents the column the event originated from

    Returns any

  • set column(v): void
  • Parameters

    • v: any

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get newValue(): boolean
  • The new hidden state that the column will have, if operation is successful. Will be true when hiding and false when showing.

    Returns boolean

  • set newValue(v): void
  • Parameters

    • v: boolean

    Returns void

  • 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