TileLayoutContainerBuilder
Methods
BodyTemplate(System.String)
The template which renders as content for the tile item.
Parameters
value - System.String
The value for BodyTemplate
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
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
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
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 for ColSpan
Header(System.Action)
Holds the configuration settings for the header.
Parameters
configurator - System.Action<TileLayoutContainerHeaderSettingsBuilder>
The configurator for the header setting.
RowSpan(System.Double)
A value that determines how many rows will the tile item span.
Parameters
value - System.Double
The value for RowSpan