New to KendoReact? Learn about KendoReact Free.
TileResizeMode
Specifies if the user is allowed to resize the TileLayoutItem and in which direction
(see example).
If resizable
is not specified, the resizing of the TileLayoutItem will be enabled for both directions.
type
TileResizeMode = "horizontal" | "vertical" | boolean
;