RowDropEventArgs

23 Sep 20251 minute to read

Properties

data Object[]

Defines the selected row data.

dropIndex number

Defines the target element from index.

dropPosition string

Defines drop position of the dragged record

dropRecord IGanttData

Defines the modified records.

fromIndex number

Defines the drag element from index.

modifiedRecords IGanttData[]

Defines the modified records.

originalEvent object

Define the mouse event

requestType string

Defines the request type.

rows Element[]

Defines the selected row’s element.

target Element

Defines the target element from which drag starts.