Angular Sortable - DragChangeEvent

The type of the dragChange event handler's argument.

import { DxSortableTypes } from "devextreme-angular/ui/sortable"
Type: DxSortableTypes.DragChangeEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: dxo-component
Type: Sortable

dropInsideItem

Type:

Boolean

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event

fromComponent

fromData

Type: any

fromIndex

Type:

Number

itemData

Type: any

itemElement

toComponent

toData

Type: any

toIndex

Type:

Number