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