New to KendoReact? Learn about KendoReact Free.
TileResizeMode
Updated on Sep 5, 2025
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;