New to Telerik UI for ASP.NET MVC? Download free 30-day trial

TileLayoutContainerBuilder

Methods

BodyTemplate(System.String)

The template which renders as content for the tile item.

Parameters

value - System.String

The value that configures the bodytemplate.

BodyTemplateId(System.String)

The template which renders as content for the tile item.

Parameters

value - System.String

The value that configures the bodytemplate.

BodyTemplateView(System.Web.Mvc.MvcHtmlString)

The template which renders as content for the tile item.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the bodytemplate.

BodyTemplateHandler(System.String)

The template which renders as content for the tile item.

Parameters

value - System.String

The value that configures the bodytemplate.

BodyTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template which renders as content for the tile item.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the bodytemplate.

ColSpan(System.Double)

A value that determines how many columns will the tile item span.

Parameters

value - System.Double

The value that configures the colspan.

Header(System.Action)

Holds the configuration settings for the header.

Parameters

configurator - System.Action<TileLayoutContainerHeaderSettingsBuilder>

The action that configures the header.

RowSpan(System.Double)

A value that determines how many rows will the tile item span.

Parameters

value - System.Double

The value that configures the rowspan.

In this article
Not finding the help you need?