New to KendoReactLearn about KendoReact Free.

TileLayoutItem

The interface for describing items that can be passed to the items prop of the TileLayout component.

NameTypeDefaultDescription

body?

ReactNode

Sets the TileLayoutItem content in the body (see example).

className?

string

Sets additional classes to the TileLayoutItem.

defaultPosition?

TilePosition

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

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

true

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.

resizable?

TileResizeMode

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.

style?

CSSProperties

Sets additional CSS styles to the TileLayoutItem.

Not finding the help you need?
Contact Support