Emitted when a dragging operation is finished (when the row is dropped)

Hierarchy

Hierarchy

Constructors

Accessors

  • get animation(): boolean
  • animation returns whether the event is animated

    Returns boolean

  • set animation(v): void
  • Parameters

    • v: boolean

    Returns void

  • get dragData(): IgrRowType
  • Represents the information of the row that is being dragged.

    Returns IgrRowType

  • set dragData(v): void
  • Parameters

    Returns void

  • get dragDirective(): any
  • Represents the drag directive or information associated with the drag operation

    Returns any

  • set dragDirective(v): void
  • Parameters

    • v: any

    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