[]
        
(Showing Draft Content)

C1.Web.Mvc.DashboardLayout

DashboardLayout Class

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.

Inheritance
DashboardLayout
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class DashboardLayout : Control, IHtmlString, ITemplate

Constructors

Name Description
DashboardLayout(HtmlHelper, string)

Creates one DashboardLayout instance.

Properties

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.

Methods

Name Description
CreateChildComponents()

Ensures the child components created.

RegisterStartupScript(HtmlTextWriter)

Registers the startup scripts.

Extension Methods