| InsightWidgetBaseComparisonPeriod Property |
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax [AddInLabelAttribute("Compare to")]
[AddInParameterAttribute("ComparisonPeriod")]
[AddInParameterOrderAttribute(170)]
[AddInParameterGroupAttribute("Comparison")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "container=body;none=false")]
public virtual string ComparisonPeriod { get; set; }
<AddInLabelAttribute("Compare to")>
<AddInParameterAttribute("ComparisonPeriod")>
<AddInParameterOrderAttribute(170)>
<AddInParameterGroupAttribute("Comparison")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "container=body;none=false")>
Public Overridable Property ComparisonPeriod As String
Get
Set
Property Value
Type:
StringSee Also