• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

TileLayoutItemComponent

Represents a tile item within the TileLayoutComponent.

Selector

kendo-tilelayout-item

Inputs

NameTypeDefaultDescription

col

number

Sets the starting column of the item (see example).

colSpan

number

1

Determines how many columns will the tile item span (see example).

order

number

Determines the order of the tile items within the TileLayout. If not set, the items will receive increasing sequential order in accordance with their position in the DOM when initially rendered.

reorderable

boolean

true

Determines whether the item can be reordered. By default all items are reorderable when the reorderable property of the TileLayoutComponent is set to see example).

resizable

boolean

true

Determines whether the item can be resized. By default all items are resizable when the resizable property of the TileLayoutComponent is set to see example).

row

number

Sets the starting row of the item (see example).

rowSpan

number

1

Determines how many rows will the tile item span (see example).

title

string

The title that will be rendered in the item header (see example).

In this article

Not finding the help you need?