Kendo.Mvc.UI.TileLayout
Kendo UI TileLayout component
Properties
Columns
Defines the number of columns.
ColumnsWidth
Determines the width of the columns. Numeric values are treated as pixels.
Containers
An array with objects representing the settings of the layout items.
Gap
An object holding values that determine the spacing between the layout items horizontally and vertically.
Height
Determines the height of the layout. Numeric values are treated as pixels.
Navigatable
A value indicating whether keyboard navigation will be enabled.
Reorderable
Determines whether the reordering functionality will be enabled.
Resizable
Determines whether the resizing functionality will be enabled.
RowsHeight
Determines the height of the rows. Numeric values are treated as pixels.
Width
Determines the width of the layout. Numeric values are treated as pixels.
Methods
WriteHtml(System.IO.TextWriter)
Writes the HTML.
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
SerializeSettings
Serialize current instance to Dictionary