Arguments for the reorder event.
The event fires when you change the order or starting positions of items through the UI.
You can prevent this event to cancel the reorder operation.
Definition
Package:@progress/kendo-angular-layout
Methods
Returns true if you or any subscriber prevented the default action.
boolean
true if the default action was prevented, otherwise, false.
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.
Properties
The TileLayoutItem being reordered.
The TileLayoutItem collection that holds the currently rendered items and their internal state.
newCol?
number
The new start column of the reordered item.
newIndex
number
The new order index of the reordered item used to determine its positioning relative to the other items.
newRow?
number
The new start row of the reordered item.
oldCol?
number
The initial start column of the reordered item.
oldIndex
number
The initial order index of the reordered item used to determine its positioning relative to the other items.
oldRow?
number
The initial start row of the reordered item.