New to Kendo UI for Vue? Start a free 30-day trial
TilePosition
Updated on Oct 31, 2025
Specifies the position of each tile.
| Name | Type | Default | Description | 
|---|---|---|---|
| col | 
 | (Required) Defines on which column-line the TileLayoutItem will start. It is required in order reordering and resizing functionalities to work as expected as they rely on it. | |
| colSpan? | 
 | Specifies how many columns will the TileLayoutItem spans.
Defaults to  | |
| order? | 
 | Defines the order index of the TileLayoutItem. If not set, items will receive a sequential order. | |
| row? | 
 | Defines on which row-line the TileLayoutItem will start. | |
| rowSpan? | 
 | Specifies how many rows will the TileLayoutItem spans.
Defaults to  |