Kendo.Mvc.UI.Fluent.TileLayoutContainerBuilder
Defines the fluent API for configuring TileLayoutContainer
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
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<Kendo.Mvc.UI.Fluent.TileLayoutContainerHeaderSettingsBuilder>)
Holds the configuration settings for the header.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.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