In This Topic
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.
Object Model
Syntax
'Declaration
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class DashboardLayout
Inherits Control
Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
'Usage
Dim instance As DashboardLayout
[Scripts(Mono.Cecil.CustomAttributeArgument[])]
public class DashboardLayout : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
public class DashboardLayout = class(Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
public class DashboardLayout extends Control implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
[Scripts(Mono.Cecil.CustomAttributeArgument[])]
public __gc class DashboardLayout : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
[Scripts(Mono.Cecil.CustomAttributeArgument[])]
public ref class DashboardLayout : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
Inheritance Hierarchy
System.Object
C1.Web.Mvc.Component
C1.Web.Mvc.Control
C1.Web.Mvc.DashboardLayout
See Also