TileLayoutContainerBuilder

Methods

BodyTemplate(System.String)

The template which renders as content for the tile item.

Parameters

value - System.String

The value for BodyTemplate

RETURNS

Returns the current TileLayoutContainerBuilder instance.

BodyTemplateId(System.String)

The template which renders as content for the tile item.

Parameters

templateId - System.String

The ID of the template element for BodyTemplate

RETURNS

Returns the current TileLayoutContainerBuilder instance.

BodyTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template which renders as content for the tile item.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for BodyTemplate

RETURNS

Returns the current TileLayoutContainerBuilder instance.

BodyTemplateHandler(System.String)

The template which renders as content for the tile item.

Parameters

templateHandler - System.String

The handler that returs the template for BodyTemplate

RETURNS

Returns the current TileLayoutContainerBuilder instance.

BodyTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)

The template which renders as content for the tile item.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the bodytemplate.

RETURNS

Returns the current TileLayoutContainerBuilder instance.

ColSpan(System.Double)

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

Parameters

value - System.Double

The value for ColSpan

RETURNS

Returns the current TileLayoutContainerBuilder instance.

Header(System.Action)

Holds the configuration settings for the header.

Parameters

configurator - System.Action<TileLayoutContainerHeaderSettingsBuilder>

The configurator for the header setting.

RETURNS

Returns the current instance of TileLayoutContainerBuilder .

RowSpan(System.Double)

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

Parameters

value - System.Double

The value for RowSpan

RETURNS

Returns the current TileLayoutContainerBuilder instance.