Class DashboardPanelInfo
Inherited Members
Namespace: DataWeb.Dashboard
Assembly: DataWeb.Core.dll
Syntax
public class DashboardPanelInfo
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Widgets
Declaration
public List<DashboardPanelInfo.PanelWidgetInfo> Widgets { get; set; }
Property Value
Type | Description |
---|---|
List<DashboardPanelInfo.PanelWidgetInfo> |