New to Kendo UI for Vue? Start a free 30-day trial
TileLayoutRepositionEvent
The arguments for the onReposition TileLayout event.
| Name | Type | Default | Description | 
|---|---|---|---|
| col | 
 | Returns 0 if the column is not changed, 1 if the item is dragged to the next column and -1 if the item is drag to the previous column. | |
| index | 
 | The index of the currently moved tile. | |
| row | 
 | Returns 0 if the row is not changed, 1 if the item is dragged to the next row and -1 if the item is drag to the previous row. | |
| value | 
 | The new positions of the TileLayout tiles. |