| ThresholdCountWidgetThreshold2Enable Property |
Gets or sets threshold 2 enable
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax [AddInLabelAttribute("Enable")]
[AddInParameterOrderAttribute(100)]
[AddInParameterAttribute("Threshold2Enable")]
[AddInParameterGroupAttribute("Background color 2")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "")]
public virtual bool Threshold2Enable { get; set; }
<AddInLabelAttribute("Enable")>
<AddInParameterOrderAttribute(100)>
<AddInParameterAttribute("Threshold2Enable")>
<AddInParameterGroupAttribute("Background color 2")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "")>
Public Overridable Property Threshold2Enable As Boolean
Get
Set
Property Value
Type:
BooleanSee Also