| InsightWidgetBaseDatePeriodCustomStart Property |
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax [AddInLabelAttribute("From")]
[AddInParameterAttribute("DatePeriodCustomStart")]
[AddInParameterOrderAttribute(110)]
[AddInParameterGroupAttribute("")]
[AddInParameterEditorAttribute(typeof(DateTimeParameterEditor), "AllowNeverExpire=false;AllowEmpty=false;show=date")]
public virtual DateTime DatePeriodCustomStart { get; set; }
<AddInLabelAttribute("From")>
<AddInParameterAttribute("DatePeriodCustomStart")>
<AddInParameterOrderAttribute(110)>
<AddInParameterGroupAttribute("")>
<AddInParameterEditorAttribute(GetType(DateTimeParameterEditor), "AllowNeverExpire=false;AllowEmpty=false;show=date")>
Public Overridable Property DatePeriodCustomStart As DateTime
Get
Set
Property Value
Type:
DateTimeSee Also