Class Panel.PanelWidget
Represents a widget for a panel.
Inherited Members
Namespace: DataWeb.Dashboard
Assembly: DataWeb.Core.dll
Syntax
public class Panel.PanelWidget
Properties
DashboardWidget
Gets or sets the dashboard widget.
Declaration
public Widget DashboardWidget { get; set; }
Property Value
Type | Description |
---|---|
Widget |
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> |