Class IgrColumnVisibilityChangingEventArgsDetail

The event arguments when a column's visibility is changed. The event is cancelable It contains information about the column and the it's visibility after the operation (will be true when hiding and false when showing)

Hierarchy

Hierarchy

  • IgrColumnVisibilityChangingEventArgsDetail

Constructors

Accessors

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

    Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • 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

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void