Click or drag to resize

DashboardBaseWidgets Property

Gets or sets collection of widgets to show

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public IEnumerable<DashboardWidget> Widgets { get; set; }

Property Value

Type: IEnumerableDashboardWidget

Implements

IDashboardWidgets
See Also