[]
ITagHelper implementation for DashboardLayout.
[HtmlTargetElement("c1-dashboard-layout")]
[RestrictChildren("c1-flow-layout", new string[] { "c1-auto-grid-layout", "c1-manual-grid-layout", "c1-split-layout" })]
public class DashboardLayoutTagHelper : ControlTagHelper<DashboardLayout>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-dashboard-layout")>
<RestrictChildren("c1-flow-layout", New String() { "c1-auto-grid-layout", "c1-manual-grid-layout", "c1-split-layout" })>
Public Class DashboardLayoutTagHelper
Inherits ControlTagHelper(Of DashboardLayout)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| DashboardLayoutTagHelper() |
| Name | Description |
|---|---|
| AllowDrag | Configurates AllowDrag. Sets a boolean value decides whether the tiles could be dragged. |
| AllowHide | Configurates AllowHide. Sets a boolean value decides whether the tiles could be hidden. |
| AllowMaximize | Configurates AllowMaximize. Sets a boolean value decides whether the tiles could be maximized. |
| AllowResize | Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized. |
| AllowShowAll | Configurates AllowShowAll. Sets a boolean value decides whether all the tiles no matter visible or invisible are shown. |
| FormatTile | Configurates the OnClientFormatTile client event. Occurs when an element representing a Tile has been created. |
| LayoutChanged | Configurates the OnClientLayoutChanged client event. Occurs when the layout is changed. |
| LayoutId | Configurates LayoutId. Sets the id of the layout applied |
| TileActivated | Configurates the OnClientTileActivated client event. Occurs when the tile is activated. |
| TileSizeChanged | Configurates the OnClientTileSizeChanged client event. Occurs when the tile is maximized or restored. |