Represents event arguments related to the start of a column moving operation in a grid.

Hierarchy

Hierarchy

Constructors

Accessors

  • 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 source(): IgrColumn<IIgrColumnProps>
  • Represents the column that is being moved. The ColumnType contains the information (the grid it belongs to, css data, settings, etc.) of the column in its properties

    Returns IgrColumn<IIgrColumnProps>

  • set source(v): void
  • Parameters

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void