TileLayoutContainerBuilder
Defines the fluent API for configuring the TileLayoutContainer settings.
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.
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.