[]
It is a consolidated display of many views and related information in a single place. It is used to compare and monitor a variety of data simultaneously. The different data views are displayed all at once.
public class DashboardLayout : Control, IHtmlString, ITemplate
Name | Description |
---|---|
DashboardLayout(HtmlHelper, string) | Creates one DashboardLayout instance. |
Name | Description |
---|---|
AllowDrag | Gets or sets a boolean value decides whether the tiles could be dragged. |
AllowHide | Gets or sets a boolean value decides whether the tiles could be hidden. |
AllowMaximize | Gets or sets a boolean value decides whether the tiles could be maximized. |
AllowResize | Gets or sets a boolean value decides whether the tiles could be resized. |
AllowShowAll | Gets or sets a boolean value decides whether all the tiles no matter visible or invisible are shown. |
Layout | Gets or sets the layout applied. |
LayoutId | Gets or sets the id of the layout applied |
OnClientFormatTile | Occurs when an element representing a Tile has been created. |
OnClientLayoutChanged | Occurs when the layout is changed. |
OnClientTileActivated | Occurs when the tile is activated. |
OnClientTileSizeChanged | Occurs when the tile is maximized or restored. |
Name | Description |
---|---|
CreateChildComponents() | Ensures the child components created. |
RegisterStartupScript(HtmlTextWriter) | Registers the startup scripts. |