TileLayoutItem
The interface for describing items that can be passed to the items prop of the TileLayout component.
Definition
Package:@progress/kendo-react-layout
Properties
body?
ReactNode
Sets the TileLayoutItem content in the body (see example).
className?
string
Sets additional classes to the TileLayoutItem.
The TileLayoutItem position which is used when the TileLayout is in uncontrolled mode (see example).
header?
ReactNode
Sets the TileLayoutItem title in the header (see example).
hintClassName?
string
Sets additional classes to the TileLayoutItem hint element.
hintStyle?
CSSProperties
Sets additional CSS styles to the TileLayoutItem hint element.
item?
ReactNode
Overrides the default rendering of the TileLayoutItem (see example).
reorderable?
boolean
Specifies if the user can reorder the TileLayoutItem by dragging and dropping it
(see example).
If reorderable is not specified, the dragging functionality of the TileLayoutItem is enabled.
true
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.
true
style?
CSSProperties
Sets additional CSS styles to the TileLayoutItem.