New to KendoReactStart a free 30-day trial

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).

Sets additional classes to the TileLayoutItem.

The TileLayoutItem position which is used when the TileLayout is in uncontrolled mode (see example).

ReactNode

Sets the TileLayoutItem title in the header (see example).

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).

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.

Default:

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.

Default:

true

style?

CSSProperties

Sets additional CSS styles to the TileLayoutItem.