TileLayout
Example
Razor
<kendo-tilelayout>
<containers></containers>
<gap />
<reorderable></reorderable>
</kendo-tilelayout>
ChildTags
Tag Name | Details |
---|---|
containers | TileLayoutContainersTagHelper |
gap | TileLayoutGapSettingsTagHelper |
reorderable | TileLayoutReorderableSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
columns | Double | Defines the number of columns. |
columns-width | String | Determines the width of the columns. Numeric values are treated as pixels. |
has-client-component | Boolean | |
height | String | Determines the height of the layout. Numeric values are treated as pixels. |
navigatable | Boolean | A value indicating whether keyboard navigation will be enabled. |
on-reorder | String | Fired when a tile item is reordered. |
on-resize | String | Fired when a tile item is resized. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
as-module | Boolean | |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
reorderable-enabled | Boolean | Determines whether the reordering functionality will be enabled. |
resizable | Boolean | Determines whether the resizing functionality will be enabled. |
rows-height | String | Determines the height of the rows. Numeric values are treated as pixels. |
sanitize-id | Boolean | |
script-attributes | IDictionary<String,Object> | |
width | String | Determines the width of the layout. Numeric values are treated as pixels. |