Class PanelData.PanelWidgetData
Represents the data for a widget in a panel.
Inherited Members
Namespace: DataWeb.Dashboard
Assembly: DataWeb.Core.dll
Syntax
public class PanelData.PanelWidgetData
Properties
DashboardWidgetName
Gets or sets the name of the dashboard widget.
Declaration
public string DashboardWidgetName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
Gets or sets the settings for the widget.
Declaration
public Dictionary<string, object> Settings { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |