New to KendoReact? Learn about KendoReact Free.
TileStrictPosition
Specifies the strict position of each tile. Used in the TileLayoutRepositionEvent.
Name | Type | Default | Description |
---|---|---|---|
col |
|
Defines on which column-line the TileLayoutItem starts. It is required in order reordering and resizing functionalities to work as expected as they rely on it. | |
colSpan |
|
|
Specifies how many columns the TileLayoutItem spans. |
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 starts. | |
rowSpan |
|
|
Specifies how many rows the TileLayoutItem spans. |