# RowDragEndDetail

> _Since v2.4.0_

Detail for the `row-drag-end` event (source grid). *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `rows` | <code>T[]</code> | Rows that were being dragged. |
| `indices` | <code>number[]</code> | Their indices at dragstart. |
| `accepted` | <code>boolean</code> | True when a target grid accepted the drop (cross-grid drops only). |
